Skip to content

Commit

Permalink
Update server.php (laravel#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Apr 12, 2022
1 parent 6c1f430 commit 843a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ?? ''
);

// This file allows us to emulate Apache's "mod_rewrite" functionality from the
Expand Down

0 comments on commit 843a4f8

Please sign in to comment.