Tokiwa Battle Royale
GE777
A PHP Battle Royale inspired game
|
Go to the source code of this file.
Variables | |
$error = $_SERVER['REDIRECT_STATUS'] | |
$referring_url = $_SERVER['HTTP_REFERER'] | |
$requested_url = $_SERVER['REQUEST_URI'] | |
$referring_ip = $_SERVER['REMOTE_ADDR'] | |
$server_name = $_SERVER['SERVER_NAME'] | |
$titles | |
if(isset($titles[$error])) | else |
$img = "/img/error/$error.jpg" | |
$error = $_SERVER['REDIRECT_STATUS'] |
Definition at line 2 of file errorpage.php.
$img = "/img/error/$error.jpg" |
Definition at line 23 of file errorpage.php.
$referring_ip = $_SERVER['REMOTE_ADDR'] |
Definition at line 5 of file errorpage.php.
$referring_url = $_SERVER['HTTP_REFERER'] |
Definition at line 3 of file errorpage.php.
$requested_url = $_SERVER['REQUEST_URI'] |
Definition at line 4 of file errorpage.php.
$server_name = $_SERVER['SERVER_NAME'] |
Definition at line 6 of file errorpage.php.
$titles |
Definition at line 10 of file errorpage.php.
if (isset($titles[$error])) else |
Definition at line 20 of file errorpage.php.