Convention applied
[mailer.git] / login.php
index 8ee88290dab538122be2b1e86aa9818d9d0ae72a..9a0c074af2cdf0ee5406627a1941ac8efc7af7da 100644 (file)
--- a/login.php
+++ b/login.php
@@ -36,7 +36,7 @@
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
-// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
+// Load security stuff here
 require('inc/libs/security_functions.php');
 
 // Init "action" and "what"
@@ -50,7 +50,7 @@ $GLOBALS['module'] = 'login';
 $GLOBALS['output_mode'] = '0';
 
 // Load the required file(s)
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Is the script installed?
 if (isInstalled()) {