X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fcmd_cache.pl;h=9361a0817c7a6be1331dedfcba355e74848d7d26;hb=cc579a96816b0bae5b37dc132942fc1075449cf3;hp=67507dbda9ccee65ff426f4c135e98d622c196b9;hpb=7346d1f8129457eee2e602b36e27435141533049;p=spider.git diff --git a/cmd/load/cmd_cache.pl b/cmd/load/cmd_cache.pl index 67507dbd..9361a081 100644 --- a/cmd/load/cmd_cache.pl +++ b/cmd/load/cmd_cache.pl @@ -10,6 +10,7 @@ # $Id$ # my $self = shift; +$DB::single = 1; return (1, $self->msg('e5')) if $self->priv < 9; DXCommandmode::clear_cmd_cache(); return (1, $self->msg('ok'));