diff --git a/GameEngine/Admin/Mods/editServerSet.php b/GameEngine/Admin/Mods/editServerSet.php index 233351de..d24d552a 100755 --- a/GameEngine/Admin/Mods/editServerSet.php +++ b/GameEngine/Admin/Mods/editServerSet.php @@ -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'];