]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Rewrote init-phase stuff:
[mailer.git] / index.php
index 4eb0414c5d21ef465b3852fb419fbeaa8aa8c7c3..0422155a3502e9d255fa459fa2b863be8b767f9b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -45,8 +45,8 @@ $GLOBALS['__module']      = 'index';
 $GLOBALS['__what']        = 'welcome';
 $GLOBALS['__output_mode'] = '0';
 
-// Load config.php
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Fix what to 'home'
 setWhat(getIndexHome());