From efbb04ff0a40fb06799a6098b5343f37aea19bcd Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 1 Feb 2024 09:55:25 +0100 Subject: [PATCH] yet another debug print --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 2c4bfce..42a8261 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,7 @@ if(initRouter()) { session_set_cookie_params(0, '/', "." . $routerRequest["domain"] . "." . $routerRequest["tld"], true, true); session_start(); + print_r(isLoggedIn()); if(!isLoggedIn()){ setDefaultSessionData(); }