X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=cron.php;h=b6863e5d69ce77670eef05886c4a6a73eae0b80c;hp=dc8af6902bd3e9d6e9f2b293a70c48bdb1a38a70;hb=cb11b0028323b24de48bfbab2ed576455e0d9465;hpb=4da10ba9e4a47d9b4eee4609a185fc7266fab031 diff --git a/cron.php b/cron.php index dc8af6902b..b6863e5d69 100644 --- 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();