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 aa6fd1f2e7bd08b1a80ca9cff73ba825edd3d32a..27722067f1d3ae10ebd2685ed09c5d270cde38a0 100644 (file)
--- a/img.php
+++ b/img.php
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Code-Bild fuer verschiedene Zwecke               *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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();