Skip to content

Commit 43ed99d

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

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)