You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
die("This is the router for PHP's built-in development webserver. See https://www.php.net/manual/en/features.commandline.webserver.php for more details.");
}
// Don't interpret public files.
if (is_file($_SERVER['DOCUMENT_ROOT'] . '/' . $_SERVER['SCRIPT_NAME'])) {