X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=d2ce8cbab9edf90b83ec10526f97d96063adeda2;hb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;hp=6370a56336d5cc1b495253c99962eeb0319b1ddf;hpb=e5a96ae00d9c44c94cff828e73cadc5352e531ef;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 6370a563..d2ce8cba 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -1,10 +1,9 @@ -# +# -*- perl -*- # The system variables - those indicated will need to be changed to suit your # circumstances (and callsign) # -# Copyright (c) 1998 - Dirk Koopman G1TLH +# Copyright (c) 1998-2007 - Dirk Koopman G1TLH # -# $Id$ # package main; @@ -86,6 +85,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 = "";