Skip to content

Commit d641090

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix htaccess sample to use index.php instead of app.php [Form] Fix form events phpdocs
2 parents e347239 + e779315 commit d641090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getHeaders(): array
4949
* RewriteCond %{HTTP:Authorization} .+
5050
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
5151
* RewriteCond %{REQUEST_FILENAME} !-f
52-
* RewriteRule ^(.*)$ app.php [QSA,L]
52+
* RewriteRule ^(.*)$ index.php [QSA,L]
5353
*/
5454

5555
$authorizationHeader = null;

0 commit comments

Comments
 (0)