mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Fallback value
This commit is contained in:
parent
d64f65e6ae
commit
44ddb63d88
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ require_once __DIR__ . '/vendor/autoload.php';
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (str_contains($_SERVER['REQUEST_URI'], '.min.js.map')) {
|
if (str_contains((string) $_SERVER['REQUEST_URI'] ?? '', '.min.js.map')) {
|
||||||
http_response_code(404);
|
http_response_code(404);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue