mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 10:37:14 +00:00
fix: editing server configuration works correctly
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
if(!isset($_SESSION)) session_start();
|
if(!isset($_SESSION)) session_start();
|
||||||
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||||
|
include_once("../../config.php");
|
||||||
include_once("../../Database.php");
|
include_once("../../Database.php");
|
||||||
$id = $_POST['id'];
|
$id = $_POST['id'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user