mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fixed cron autoupdates and firewall banlist.
This commit is contained in:
parent
2a12fec5ea
commit
2ecb3a10ac
4 changed files with 7 additions and 8 deletions
|
@ -11,7 +11,7 @@ $error = '';
|
|||
|
||||
// Check token
|
||||
if ((!isset($_GET['token'])) || ($_SESSION['token'] != $_GET['token'])) {
|
||||
exit();
|
||||
$error = 'Unathenticated';
|
||||
}
|
||||
|
||||
exec (VESTA_CMD."v-delete-cron-reports ".$user, $output, $return_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue