]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER...
[mailer.git] / inc / config-global.php
index f2ef6fd7fcd75cb03a0b10a17203897603d13428..7c59f5d1ce7e039e1054bba6652446cc71f6cb98 100644 (file)
@@ -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