v0.1.3a fix some location error

This commit is contained in:
Victor
2021-06-08 15:07:04 +02:00
parent 5bc65aad94
commit 36640946a1
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
session_start();
if (!isset($_SESSION['token'])) {
header("location: ../Frontend/index.php?login=notloggedin");
header("location: ../index.php?login=notloggedin");
}