also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / surfbar.php
index edff6dd5a42526849d6ae744b111d03aad0dc86d..d33ab6b78c8577307c8d9d89de4336dcacffabaf 100644 (file)
@@ -41,8 +41,8 @@ $GLOBALS['__module']      = 'surfbar';
 $GLOBALS['__output_mode'] = '0';
 $GLOBALS['__header_sent'] = 3;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type
 setContentType('text/html');