diff --git a/sys0-code/app/debug.php b/sys0-code/app/debug.php index 50c5592..37f742f 100644 --- a/sys0-code/app/debug.php +++ b/sys0-code/app/debug.php @@ -4,7 +4,7 @@ // Initialize the session session_start(); include "../config/config.php"; -include "./api/queue.php"; +include "../api/queue.php"; // Check if the user is logged in, if not then redirect him to login page if(!isset($_SESSION["loggedin"]) || $_SESSION["loggedin"] !== true || $_SESSION["role"][9]!=="1"){ header("location: /login/login.php");