v0.0.1 Added the first files and made a login system.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("location: ../../Frontend/index.php");
|
||||
Reference in New Issue
Block a user