]> git.mxchange.org Git - mailer.git/blobdiff - js.php
Rewrote init-phase stuff:
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 49e7946740f20040ab099fd41d7a9a20b9077cee..7fae050e4db804ab424d1ecd8d7774e70df16314 100644 (file)
--- a/js.php
+++ b/js.php
@@ -51,8 +51,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'js';
 $GLOBALS['__output_mode'] = 1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set header and HTTP status
 setContentType('text/javascript');