also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / login.php
index d86debb7febce16e81e749f69d52ceb54fb81eb1..fa30f29771e1a371eafc5c6f16d80944c27aab5f 100644 (file)
--- a/login.php
+++ b/login.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'login';
 $GLOBALS['__output_mode'] = -1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Is this a member?
 if (isMember()) {