]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Rewrote init-phase stuff:
[mailer.git] / view.php
index 6423766b36dceb0062577d7bc822470a7ec14d7b..3d1d70fc4e394d2aa844e4798ffd5b24adef3e43 100644 (file)
--- a/view.php
+++ b/view.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'view';
 $GLOBALS['__output_mode'] = -1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Run filter chain
 runFilterChain('handle_view_php');