From 236494661f8c6c49cc27c34f64dbb94eb3d538da Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 7 Jan 2005 09:37:39 +0000 Subject: [PATCH] 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 --- src/configtest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +?> -- 2.25.1