mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -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
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue