]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Adding of network advert types partly finished, hard-coded table type fixed to dynamic
[mailer.git] / inc / config-global.php
index fe2f7c20902d1459f499c8fcc57f4b250621f4d6..b7e81697432905203c2f5f9b6fd28e095bbc29db 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/03/2009 *
- * ===============                              Last change: 04/03/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 04/03/2009 *
+ * ===================                          Last change: 04/03/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : config-global.php                                *
@@ -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
@@ -84,7 +84,7 @@ setConfigEntry('VERSION', 'v0.2.1');
 setConfigEntry('AUTHOR' , 'Roland H&auml;der');
 
 // CFG: TITLE
-setConfigEntry('TITLE', 'MXChange - Mail Exchange');
+setConfigEntry('TITLE', 'Mailer Project');
 
 // CFG: COPY
 setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der');