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
@@ -2,4 +2,4 @@
session_start();
session_unset();
session_destroy();
header("location: ../../Frontend/index.php");
header("location: ../../index.php");