소스 검색

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 . "Themes OK.<br />\n";
 
 
+echo $IND . "Base URL detected as: <tt>" . htmlspecialchars(get_location()) . "</tt><br />\n";
+
 
 
 /* check outgoing mail */
 /* check outgoing mail */
 
 
@@ -417,4 +419,4 @@ if( empty($ldap_server) ) {
 </html>
 </html>
 <?php
 <?php
 // vim: et ts=4
 // vim: et ts=4
-?>
+?>