also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / admin.php
index 4eb3e7aea272ce1dbf7bed260c2e6685b66d53eb..d9deaec77fddfd0c798e8ef62cca85b66075a579 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'admin';
 $GLOBALS['__output_mode'] = -1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type for e.g. search engines
 setContentType('text/html');