X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm;h=beab79530728bea1cfe716b9e5c871dcaa6b8eb5;hb=625ce0adf070a7e900fa03714a391652db0c065a;hp=11c26012735ede6361f65eae60b3ef50ffce02c7;hpb=56b610b0ed32b6d10122bca7554ce7a11251cdaa;p=spider.git diff --git a/perl/DXVars.pm b/perl/DXVars.pm index 11c26012..beab7953 100644 --- a/perl/DXVars.pm +++ b/perl/DXVars.pm @@ -82,3 +82,6 @@ $userfn = "$data/users"; # the "message of the day" file $motd = "$data/motd"; + +# are we debugging ? +$debug = 1;