瀏覽代碼

Add base url to output of configtest.php.

Thijs Kinkhorst 20 年之前
父節點
當前提交
1cb326abcb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/configtest.php

+ 3 - 1
src/configtest.php

@@ -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
-?>
+?>