mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-17 10:06:09 +00:00
fix: DB class not included
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
include_once("../../config.php");
|
||||
include_once("../../Database.php");
|
||||
if (!isset($_SESSION)) session_start();
|
||||
if($_SESSION['access'] < 9) die("Access Denied: You are not Admin!");
|
||||
$GLOBALS["link"] = mysqli_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
||||
|
||||
Reference in New Issue
Block a user