Fixed cron autoupdates and firewall banlist.

This commit is contained in:
Alexander 2021-10-28 22:51:42 +03:00
commit 2ecb3a10ac
4 changed files with 7 additions and 8 deletions

View file

@ -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);