]> git.mxchange.org Git - mailer.git/commitdiff
No self-advertising in scripts/templates, please
authorquix0r <quix0r@mxchange.org>
Thu, 11 Aug 2011 17:32:42 +0000 (17:32 +0000)
committerquix0r <quix0r@mxchange.org>
Thu, 11 Aug 2011 17:32:42 +0000 (17:32 +0000)
inc/config-global.php

index e67701d0913a17a2dda07fb406270b4eaf142722..88b1ea574111ce3891342fb2458f851c3f79ff5b 100644 (file)
@@ -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); }