Global rewrite of engine:
[mailer.git] / inc / config-global.php
index bbf6b45980d8c40f430e80ccb5e8b5c7ab78051f..b7e81697432905203c2f5f9b6fd28e095bbc29db 100644 (file)
@@ -59,7 +59,7 @@ error_reporting(E_ALL | E_STRICT);
 // Detect path
 $PATH = str_replace("\\", '/', substr(dirname(__FILE__), 0, -3));
 
-// Configuration include file
+// Some very important function includes
 foreach (array('config','wrapper','inc','stats') as $inc) {
        require($PATH . 'inc/' . $inc . '-functions.php');
 } // END - foreach