got routing essentially working
[spider.git] / perl / DXVars.pm
index 8cc17e6cac1e1fe1a0dda3f59b8e3ba0512a42af..b46d2e3e3c73984d57cbd9499323ad804208d5eb 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 @EXPORT_OK = qw($mycall $myname $myalias $mylatitude $mylongtitude $mylocator
                 $myqth $myemail $myprot_version 
                 $clusterport $clusteraddr $debugfn 
-                $def_hopcount $root $data $system $cmd
+                $def_hopcount $data $system $cmd
                                $userfn $motd $local_cmd $mybbsaddr
                                $pc50_interval, $user_interval
                );
@@ -66,9 +66,6 @@ $no = 'No';
 # the interval between unsolicited prompts if not traffic
 $user_interval = 11*60;
 
-# root of directory tree for this system
-$root = "/spider"; 
-
 # data files live in 
 $data = "$root/data";