Skip to content

Commit

Permalink
Remove cast
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 29, 2024
1 parent 44ddb63 commit 5cb7dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
*
*/

if (str_contains((string) $_SERVER['REQUEST_URI'] ?? '', '.min.js.map')) {
if (str_contains($_SERVER['REQUEST_URI'] ?? '', '.min.js.map')) {
http_response_code(404);
exit();
}
Expand Down

0 comments on commit 5cb7dcb

Please sign in to comment.