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