v0.2.0a Made some small changes to some files, and moved index to the root of our project

This commit is contained in:
Victor
2021-06-10 08:46:58 +02:00
parent 8dd1f423a6
commit 619afe666c
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
session_start();
session_unset();
session_destroy();
header("location: ../../Frontend/index.php");
header("location: ../../index.php");