mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
New, simpler WEB UI
This commit is contained in:
parent
2de99900ce
commit
d352cb9385
439 changed files with 3920 additions and 45184 deletions
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/");
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue