server/mods-available/monitor_core_module.inc.php
@@ -407,6 +407,9 @@ */ $res = $this->_tools->monitorSystemUpdate(); //* Ensure that output is encoded so that it does not break the serialize $res['data']['output'] = htmlentities($res['data']['output']); /* * Insert the data into the database */ @@ -693,6 +696,9 @@ */ $res = $this->_tools->monitorISPCCronLog(); //* Ensure that output is encoded so that it does not break the serialize $res['data']['output'] = htmlentities($res['data']['output']); /* * Insert the data into the database */