tbrehm
2012-08-10 1a94982d8493876edfcd254ef9d8c09009251eec
Fixed: FS#2358 - cron log file reading defect
1 files modified
2 ■■■ changed files
server/mods-available/monitor_core_module.inc.php 2 ●●● patch | view | raw | blame | history
server/mods-available/monitor_core_module.inc.php
@@ -708,7 +708,7 @@
        $res = $this->_tools->monitorISPCCronLog();
        
        //* Ensure that output is encoded so that it does not break the serialize
        $res['data']['output'] = htmlentities($res['data']['output']);
        $res['data'] = htmlentities($res['data']);
        /*
         * Insert the data into the database