fix: DB class not included

This commit is contained in:
Martin Ambrus
2017-10-20 11:04:28 +02:00
parent 6b3b0cf829
commit 606d0a6ad2
+1
View File
@@ -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);