소스 검색

auto update script executed

Toby Chui 2 년 전
부모
커밋
25c3dda054
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      sys.db
  2. 1 1
      web/rperror.html

BIN
sys.db


+ 1 - 1
web/rperror.html

@@ -136,7 +136,7 @@
 
         <script>
             $("#timestamp").text(new Date());
-            $("#host").text(location.hostname);
+            $("#host").text(location.href);
         </script>
     </body>
 </html>