Explorar el Código

auto update script executed

Toby Chui hace 2 años
padre
commit
25c3dda054
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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>