Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Mon, Jan 12, 10:06 AM

in-portal

Index: branches/5.2.x/tools/cron.php
===================================================================
--- branches/5.2.x/tools/cron.php (revision 16866)
+++ branches/5.2.x/tools/cron.php (revision 16867)
@@ -18,6 +18,7 @@
$start = microtime(true);
define('CRON', 1);
+define('INDEX_FILE', 'index.php');
//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);
Index: branches/5.2.x/tools/run_event.php
===================================================================
--- branches/5.2.x/tools/run_event.php (revision 16866)
+++ branches/5.2.x/tools/run_event.php (revision 16867)
@@ -21,6 +21,7 @@
$start = microtime(true);
define('CRON', 1);
+define('INDEX_FILE', 'index.php');
define('ADMIN', 1);
define('FULL_PATH', realpath(dirname(__FILE__) . '/..'));
define('DBG_SKIP_REPORTING', 1);

Event Timeline