diff --git a/webv4/pages/More/003-doorscan.xjs b/xtrn/doorscan/003-doorscan.xjs
similarity index 98%
rename from webv4/pages/More/003-doorscan.xjs
rename to xtrn/doorscan/003-doorscan.xjs
index aaafc433ced11b859e1dfad3084765f8bc91ba6c..3ca77ea674e898c935344be5548371a99d333554 100644
--- a/webv4/pages/More/003-doorscan.xjs
+++ b/xtrn/doorscan/003-doorscan.xjs
@@ -1,4 +1,4 @@
-<!-- HIDDEN:Door Statistics -->
+<!-- Door Statistics -->
 <html>
 <head>
   <title>Monthly Door Log for <?xjs write(system.name) ?></title>
diff --git a/xtrn/doorscan/doorscan.txt b/xtrn/doorscan/doorscan.txt
index 0dd122212dac3cd5f4a33a327c6137d5ce410951..cc5e943a6b39c17b12b987236f219073317c168a 100644
--- a/xtrn/doorscan/doorscan.txt
+++ b/xtrn/doorscan/doorscan.txt
@@ -7,7 +7,6 @@ Current unfinished status of doorscan:
 2. There is no logon/terminal module to display door usage
 3. The bulletin functionality was never implemented
 4. The user preferences may not be fully implemented
-5. It really ought to be converted to use JSONDB
 
 -----
 
@@ -65,14 +64,10 @@ You have many options:
 
 For original web (ie runemaster), copy doorscan.xjs to your web root
 
-For webv4, edit webv4/pages/More/003-doorscan.xjs and remove the HIDDEN from
-the comment:
+For webv4, copy 003-doorscan.xjs to webv4/pages/More/003-doorscan.xjs 
 
-<!-- HIDDEN:Door Statistics -->
-
-so it becomes
-
-<!-- Door Statistics -->
+For either web page, you may need to edit the load() line in the web page to 
+point to your doorscan.js file's location.
 
 Adding a Door Scan Configuration Item
 =====================================