]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-global.php
Language id renamed, some network query amounts added
[mailer.git] / inc / config-global.php
index 65a5c49cb438103a39a2c6f7dfc3dc89342fe5aa..88b1ea574111ce3891342fb2458f851c3f79ff5b 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -67,7 +67,7 @@ foreach (array('config', 'wrapper', 'template', 'module', 'inc', 'stats', 'http'
 // General functions
 include($path . 'inc/functions.php');
 
-// Auto-detection... (patched by "Stelzi" aka. profi-concept, thanks again!)
+// Auto-detection of URL
 $URL = 'http://' . detectServerName() . str_replace("\\", '/', dirname($_SERVER['PHP_SELF']));
 while (substr($URL, -1, 1) == '/') { $URL = substr($URL, 0, -1); }
 
@@ -90,7 +90,7 @@ setConfigEntry('VERSION', 'v0.2.1');
 setConfigEntry('AUTHOR' , 'Roland Häder');
 
 // CFG: TITLE
-setConfigEntry('TITLE', 'Mailer Project');
+setConfigEntry('TITLE', 'Mailer-Project');
 
 // CFG: COPY
 setConfigEntry('COPY', 'Copyright &copy; 2003 - 2009, by Roland H&auml;der,<br />2009 - 2011 by Mailer Developer Team');