Sync current dev state
This commit is contained in:
@@ -9,7 +9,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');
|
||||
header('Location: /signin');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user