Page MenuHomeIn-Portal Phabricator

D391.diff
No OneTemporary

File Metadata

Created
Fri, Jun 13, 5:48 PM

D391.diff

Index: branches/5.2.x/tools/cron.php
===================================================================
--- branches/5.2.x/tools/cron.php
+++ branches/5.2.x/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: branches/5.2.x/tools/run_event.php
===================================================================
--- branches/5.2.x/tools/run_event.php
+++ branches/5.2.x/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);

Event Timeline