fixed a couple of errors and done a bit of tidying
[spider.git] / perl / DXVars.pm
index 11c26012735ede6361f65eae60b3ef50ffce02c7..beab79530728bea1cfe716b9e5c871dcaa6b8eb5 100644 (file)
@@ -82,3 +82,6 @@ $userfn = "$data/users";
 
 # the "message of the day" file
 $motd = "$data/motd";
+
+# are we debugging ?
+$debug = 1;