]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
New functions introduced, several rewrites:
[mailer.git] / inc / config-global.php
index b7e81697432905203c2f5f9b6fd28e095bbc29db..e86fd7328d269b9d769274ce15b48e6416ce2acf 100644 (file)
@@ -61,7 +61,7 @@ $PATH = str_replace("\\", '/', substr(dirname(__FILE__), 0, -3));
 
 // Some very important function includes
 foreach (array('config','wrapper','inc','stats') as $inc) {
-       require($PATH . 'inc/' . $inc . '-functions.php');
+       include($PATH . 'inc/' . $inc . '-functions.php');
 } // END - foreach
 
 // Auto-detection... (patched by "Stelzi" aka. profi-concept, thanks again!)