Преглед изворни кода

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>