v0.0.1 Added the first files and made a login system.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (!isset($_SESSION['token'])) {
|
||||
header("location: ../Frontend/index.php?login=notloggedin");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user