瀏覽代碼

auto update script executed

Toby Chui 2 年之前
父節點
當前提交
25c3dda054
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      sys.db
  2. 1 1
      web/rperror.html

二進制
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>