Initial
This commit is contained in:
3
web/index.php
Normal file
3
web/index.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
session_start();
|
||||
header("Location: /" . (isset($_SESSION["user"]) ? "list/user" : "login") . "/");
|
||||
Reference in New Issue
Block a user