Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
t3olayout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
7
Merge Requests
7
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
services
T
t3o sites
common
t3olayout
Commits
942ed637
Commit
942ed637
authored
Apr 16, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename middleware folder
parent
2a6783b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Classes/Middleware/FlyOutAjaxLogin.php
Classes/Middleware/FlyOutAjaxLogin.php
+1
-1
Configuration/RequestMiddlewares.php
Configuration/RequestMiddlewares.php
+1
-1
No files found.
Classes/Middleware
s
/FlyOutAjaxLogin.php
→
Classes/Middleware/FlyOutAjaxLogin.php
View file @
942ed637
<?php
namespace
T3o\T3olayout\Middleware
s
;
namespace
T3o\T3olayout\Middleware
;
/*
* This file is part of a TYPO3 extension.
...
...
Configuration/RequestMiddlewares.php
View file @
942ed637
...
...
@@ -3,7 +3,7 @@
return
[
'frontend'
=>
[
't3olayout-ajaxlogin'
=>
[
'target'
=>
\
T3o\T3olayout\Middleware
s
\FlyOutAjaxLogin
::
class
,
'target'
=>
\
T3o\T3olayout\Middleware\FlyOutAjaxLogin
::
class
,
'after'
=>
[
'typo3/cms-frontend/prepare-tsfe-rendering'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment