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