X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=c8e0cc8d645ba2beac1b57ee5fa8dce3b14f9b0d;hb=a472851a7e290dac262131fd7f73b567332df6e4;hp=1433d080b5ca8c175cccb12f0eff66b68daed41b;hpb=4f57a4444e5051510df1567823009d351f95db20;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 1433d080..c8e0cc8d 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -9,19 +9,6 @@ package main; -require Exporter; -@ISA = qw(Exporter); - -@EXPORT_OK = qw($mycall $myname $myalias $mylatitude $mylongtitude $mylocator - $myqth $myemail $myprot_version - $clusterport $clusteraddr $debugfn - $def_hopcount $data $system $cmd - $userfn $motd $local_cmd $mybbsaddr - $lang @my_cc - $pc50_interval $user_interval - ); - - # this really does need to change for your system!!!! # use CAPITAL LETTERS $mycall = "GB7DJK"; @@ -98,3 +85,10 @@ $motd = "$data/motd"; # are we debugging ? @debug = qw(chan state msg cron connect); + +# the SQL database DBI dsn +#$dsn = "dbi:sqlite:$root/data/dxspider.db"; +#$dbuser = ""; +#$dbpass = ""; + +1;