“.TIME_FORMAT.”‘) AS datetime, from_address, to_address, subject, size as size, isspam, ishighspam, spamwhitelisted, spamblacklisted, virusinfected, nameinfected, otherinfected, sascore, report, ismcp, issamcp, ishighmcp, mcpsascore, ” AS status FROM maillog WHERE “.$GLOBALS[‘global_filter’].” ORDER BY date DESC, time DESC LIMIT “.MAX_RESULTS; db_colorised_table($sql,”Last “.MAX_RESULTS.” Messages (Refreshing every $refresh seconds)”); html_end(); ?>
vi /usr/local/etc/php.ini
change:
short_open_tag = On
safe_mode = Off
register_globals = Off
magic_quotes_gpc = On
magic_quotes_runtime = Off
session.auto_start = 0
:wq