From ff31a108829c8519125dce723e5d667781a8a04f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2023 23:21:32 +0100 Subject: [PATCH] debug --- web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/index.php b/web/index.php index b303a84..04e5c09 100644 --- a/web/index.php +++ b/web/index.php @@ -30,6 +30,7 @@ $GLOBALS['url'] = $url; //echo print_r(['url'=>$url,'server'=>$_SERVER,'request'=>$_REQUEST,'cookie'=>$_COOKIE,'session'=>$_SESSION],true); autoLoginCheck(); +var_dump($_SESSION); $response = callHook($url);