]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / inc / config-global.php
index 88b1ea574111ce3891342fb2458f851c3f79ff5b..9eba061612f226ca989476bcb4657c7876d1a724 100644 (file)
@@ -60,7 +60,7 @@ error_reporting(E_ALL | E_STRICT);
 $path = str_replace("\\", '/', substr(dirname(__FILE__), 0, -3));
 
 // Some very important function includes
-foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'stats', 'http', 'xml', 'callback', 'referal') as $inc) {
+foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'stats', 'http', 'xml', 'callback', 'referral') as $inc) {
        include($path . 'inc/' . $inc . '-functions.php');
 } // END - foreach