Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
myvesta committed Sep 4, 2021
1 parent 7220e01 commit 329c37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/schedule/backup/index.php
Expand Up @@ -8,7 +8,6 @@

// Check token
if ((!isset($_GET['token'])) || ($_SESSION['token'] != $_GET['token'])) {
die($_SESSION['token']);
header('location: /login/');
exit();
}
Expand Down

0 comments on commit 329c37a

Please sign in to comment.