Index: tools/cron.php =================================================================== --- tools/cron.php +++ tools/cron.php @@ -21,6 +21,7 @@ //define('ADMIN', 1); // don't ever define, because this would drastically break down all links built from cron define('FULL_PATH', realpath(dirname(__FILE__) . '/..')); define('CMD_MODE', isset($argv) && count($argv) ? 1 : 0); +define('SKIP_OUT_COMPRESSION', 1); if ( CMD_MODE ) { define('DBG_SKIP_REPORTING', 1); Index: tools/run_event.php =================================================================== --- tools/run_event.php +++ tools/run_event.php @@ -24,6 +24,7 @@ define('ADMIN', 1); define('FULL_PATH', realpath(dirname(__FILE__) . '/..')); define('DBG_SKIP_REPORTING', 1); +define('SKIP_OUT_COMPRESSION', 1); $_SERVER['HTTP_USER_AGENT'] = 'gecko'; @@ -58,4 +59,4 @@ exit($code); } -$end = microtime(true); \ No newline at end of file +$end = microtime(true);