1. added export_user.pl to export user files (for interest and safety)
[spider.git] / perl / client.pl
index ffae6e584ebfbc5fc4c5fa44ef7f929cbe031bc9..2392dfa8662f0b1b2d16a83e863281254471c97d 100755 (executable)
@@ -41,7 +41,6 @@ BEGIN {
 use Msg;
 use DXVars;
 use DXDebug;
-use DXUser;
 use IO::File;
 use IO::Socket;
 use IPC::Open2;
@@ -365,6 +364,8 @@ if ($loginreq) {
        }
        
 
+       use DXUser;
+       
        DXUser->init($userfn);
        
        # allow a login from an existing user. I could create a user but