Renamed function so it might be more understandable
[mailer.git] / inc / config-global.php
index 8a2f4b38f06c6a7b3933827e7be365e42e2447d9..08efc24050ede7470e8ebea99d3fe578de8fc872 100644 (file)
@@ -65,7 +65,7 @@ foreach (array('config','wrapper','template','module','inc','stats') as $inc) {
 } // END - foreach
 
 // Own functions
-include($PATH.'inc/functions.php');
+include($PATH . 'inc/functions.php');
 
 // Auto-detection... (patched by "Stelzi" aka. profi-concept, thanks again!)
 $URL = 'http://' . detectServerName() . str_replace("\\", '/', dirname($_SERVER['PHP_SELF']));