]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Added more wrapper, commented out another noisy debug line
[mailer.git] / inc / config-global.php
index 6fba83c71e1bca519f3fd36a07ac674cf5e1405a..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', 'email') as $inc) {
+foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'http') as $inc) {
        include($path . 'inc/' . $inc . '-functions.php');
 } // END - foreach