X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fprefixes.pl;h=bf29b256b111b4c190a972b07aed8b60494f75a5;hb=a8b7d0b77fd3cefb1943ce7548f8c803aa83ff39;hp=cd211ba81b8b58cf5ad0e034d6f43f8904ff5cc5;hpb=3784e03cd598b7f540fb849a533b7589867a066a;p=spider.git diff --git a/cmd/load/prefixes.pl b/cmd/load/prefixes.pl index cd211ba8..bf29b256 100644 --- a/cmd/load/prefixes.pl +++ b/cmd/load/prefixes.pl @@ -2,7 +2,7 @@ # load the prefix_data file after changing it # my $self = shift; -return (0, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; my $out = Prefix::load(); return (1, $out ? $out : $self->msg('ok'));