Rewrote init-phase stuff:
[mailer.git] / cron.php
index dc8af6902bd3e9d6e9f2b293a70c48bdb1a38a70..b6863e5d69ce77670eef05886c4a6a73eae0b80c 100644 (file)
--- a/cron.php
+++ b/cron.php
@@ -48,8 +48,8 @@ $GLOBALS['__module']      = 'cron';
 $GLOBALS['__header_sent'] = 2;
 $GLOBALS['__footer_sent'] = 2;
 
-// Load config file
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Load header here
 loadPageHeader();