From: kink Date: Fri, 7 Jan 2005 09:37:39 +0000 (+0000) Subject: Add base url to output of configtest.php. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=236494661f8c6c49cc27c34f64dbb94eb3d538da;p=squirrelmail.git Add base url to output of configtest.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8583 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/configtest.php b/src/configtest.php index 2347ce2a..b0d24747 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -157,6 +157,8 @@ foreach($theme as $thm) { echo $IND . "Themes OK.
\n"; +echo $IND . "Base URL detected as: " . htmlspecialchars(get_location()) . "
\n"; + /* check outgoing mail */ @@ -417,4 +419,4 @@ if( empty($ldap_server) ) { \ No newline at end of file +?>