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

@ -61,6 +61,8 @@ $result = array(
'ok_msg' => $_SESSION['ok_msg']
);
echo json_encode($result);
// Flush session messages
unset($_SESSION['error_msg']);
unset($_SESSION['ok_msg']);