Sync current dev state

This commit is contained in:
SamiAhmed7777
2025-12-15 17:28:21 -08:00
parent 3bf64b1058
commit f0f346deb9
54 changed files with 11060 additions and 484 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ require_once dirname(__FILE__) . '/f_core/config.core.php';
// Check if user is logged in
if (!isset($_SESSION['USER_ID']) || $_SESSION['USER_ID'] <= 0) {
header('Location: /signin.php?redirect=' . urlencode($_SERVER['REQUEST_URI']));
header('Location: /signin?redirect=' . urlencode($_SERVER['REQUEST_URI']));
exit;
}