From 129e6df887b31af150ad364f094888448c91b00c Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:55:15 +0000 Subject: [PATCH] Update debug.php --- sys0-code/app/debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");