X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=ff8e2b2c64be73f04647dfa606f89644667aa039;hb=ccf7c87f955ebc8534681247b70371c00b14609f;hp=6370a56336d5cc1b495253c99962eeb0319b1ddf;hpb=7abfb64b58d106d8352eb365b63cec23669c4e0d;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 6370a563..ff8e2b2c 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -86,6 +86,9 @@ $motd = "$data/motd"; # are we debugging ? @debug = qw(chan state msg cron connect); +# are we doing xml? +$do_xml = 0; + # the SQL database DBI dsn #$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db"; #$dbuser = "";