Continued a bit:
[mailer.git] / mailid.php
index 1ba8898ea8e4241c9cf40dfc17dc15adaacdda18..cebf439e9ad3179ee521c8f9f41906ee15bd650e 100644 (file)
@@ -43,8 +43,8 @@ $GLOBALS['__output_mode'] = '0';
 // Disable copyright footer which would be to large for the upper frame
 $GLOBALS['__copyright_enabled'] = 'N';
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type and HTTP status
 setContentType('text/html');