ソースを参照

auto update script executed

Toby Chui 2 年 前
コミット
25c3dda054
2 ファイル変更1 行追加1 行削除
  1. BIN
      sys.db
  2. 1 1
      web/rperror.html

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