X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fexport_users.pl;h=a7a2c6ec50fe06c35d16308022801cbbb7b03f3e;hb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;hp=a8cec7de3b074614b5a2f4add19b3b3c944d3df8;hpb=68fa2f8ae34d78464cb196851a7ce09ebef61b1b;p=spider.git diff --git a/cmd/export_users.pl b/cmd/export_users.pl index a8cec7de..a7a2c6ec 100644 --- a/cmd/export_users.pl +++ b/cmd/export_users.pl @@ -4,7 +4,7 @@ # # my $self = shift; -my $line = shift || "$main::data/user_asc"; +my $line = shift || localdata("user_asc"); return (1, $self->msg('e5')) unless $self->priv >= 9; my ($fn, $flag) = split /\s+/, $line;