Improve the selection of parser for XML::Simple.
[spider.git] / perl / create_sysop.pl
index 11673e3146f55694f654bd1b7771811e779d1fcf..b363b732634e8c0209a33e90d8b21f4395c99dac 100755 (executable)
@@ -84,7 +84,9 @@ if (-e $lockfn) {
        close CLLOCK;
 }
 
-if (-e "$userfn") {
+$DXUser::v3 = 1;
+
+if (-e "$userfn.v2" || -e "$userfn.v3") {
        print "Do you wish to destroy your user database (THINK!!!) [y/N]: ";
        $ans = <STDIN>;
        if ($ans =~ /^[Yy]/) {