mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2026-09-14 10:13:52 +00:00
Smaller code changes - especially the switch from includes and constants to the new folder
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
header('Cache-Control: no-cache, no-store, max-age=0, must-revalidate');
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
|
||||
header('Pragma: no-cache');
|
||||
include "includes.php";
|
||||
include "includes/includes.php";
|
||||
$spielID = (int)$_GET['game'];
|
||||
$id = (int)$_GET['id'];
|
||||
if ($Result = $mysqli->query("SELECT * FROM ".$spielID."_spieler WHERE id = $id"))
|
||||
@@ -11,5 +11,5 @@
|
||||
$temp = $Result->fetch_assoc();
|
||||
echo $temp['reload'];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user