v0.1.3a fix some location error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (!isset($_SESSION['token'])) {
|
||||
header("location: ../Frontend/index.php?login=notloggedin");
|
||||
header("location: ../index.php?login=notloggedin");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user