Sync current dev state
This commit is contained in:
@@ -4,7 +4,7 @@ include_once 'f_core/config.core.php';
|
||||
|
||||
// Check if user is logged in
|
||||
if (!isset($_SESSION['usr_id'])) {
|
||||
header('Location: signin.php');
|
||||
header('Location: /signin');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user