also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / img.php
diff --git a/img.php b/img.php
index bc98c91e9841174971ed5017f7d050739495bd9c..27722067f1d3ae10ebd2685ed09c5d270cde38a0 100644 (file)
--- a/img.php
+++ b/img.php
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'img';
 $GLOBALS['__output_mode'] = -3;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Load header
 loadPageHeader();