Add base url to output of configtest.php.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2005 09:37:39 +0000 (09:37 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2005 09:37:39 +0000 (09:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8583 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/configtest.php

index 2347ce2a5ab7d29643d0ce4efe871f55f8a3faf1..b0d24747eed5bfeeaefad783c6390eafc4a1eecc 100644 (file)
@@ -157,6 +157,8 @@ foreach($theme as $thm) {
 
 echo $IND . "Themes OK.<br />\n";
 
+echo $IND . "Base URL detected as: <tt>" . htmlspecialchars(get_location()) . "</tt><br />\n";
+
 
 /* check outgoing mail */
 
@@ -417,4 +419,4 @@ if( empty($ldap_server) ) {
 </html>
 <?php
 // vim: et ts=4
-?>
\ No newline at end of file
+?>