Selaa lähdekoodia

auto update script executed

Toby Chui 2 vuotta sitten
vanhempi
commit
25c3dda054
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>