also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 2d52ee717b264ad6df19a45f218e8f41cbd096d6..5114836eb16db9ff3e76d491993af5bb349fa250 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -41,8 +41,8 @@ $GLOBALS['__module']      = 'beg';
 $GLOBALS['__output_mode'] = '0';
 $errorCode = NULL;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type
 setContentType('text/html');