mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
New, simpler WEB UI
This commit is contained in:
parent
2de99900ce
commit
d352cb9385
439 changed files with 3920 additions and 45184 deletions
12
web/logout/index.php
Normal file
12
web/logout/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
session_start();
|
||||
|
||||
if (!empty($_SESSION['look'])) {
|
||||
unset($_SESSION['look']);
|
||||
} else {
|
||||
session_destroy();
|
||||
}
|
||||
|
||||
header("Location: /");
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue