mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update index.php
This commit is contained in:
parent
7220e01116
commit
329c37a13c
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
|||
|
||||
// Check token
|
||||
if ((!isset($_GET['token'])) || ($_SESSION['token'] != $_GET['token'])) {
|
||||
die($_SESSION['token']);
|
||||
header('location: /login/');
|
||||
exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue