]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Extension ext-surfbar continued:
[mailer.git] / inc / config-global.php
index f2ef6fd7fcd75cb03a0b10a17203897603d13428..c798121d321559420e8687bcff91367fe53172aa 100644 (file)
@@ -50,7 +50,7 @@ if (function_exists('date_default_timezone_set')) {
        @date_default_timezone_set('Europe/Berlin');
 } // END - if
 
-// CFG: ERROR_REPORTING
+// CFG: ERROR-REPORTING
 error_reporting(E_ALL | E_DEPRECATED | E_STRICT);
 
 // Is the function there? (removed in PHP 5.4.x)
@@ -63,7 +63,7 @@ if (function_exists('import_request_variables')) {
 $path = str_replace(chr(92), '/', substr(dirname(__FILE__), 0, -3));
 
 // Some very important function includes
-foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'stats', 'http', 'xml', 'callback', 'referral') as $inc) {
+foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'http') as $inc) {
        include($path . 'inc/' . $inc . '-functions.php');
 } // END - foreach
 
@@ -101,7 +101,7 @@ setConfigEntry('TITLE', 'Mailer-Project');
 // CFG: COPY
 setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br />2009 - 2012 by Mailer Developer Team');
 
-// CFG: CACHE_PATH
+// CFG: CACHE-PATH
 setConfigEntry('CACHE_PATH', 'inc/cache/');
 
 // CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7)