Parcourir la source

auto update script executed

Toby Chui il y a 2 ans
Parent
commit
25c3dda054
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>