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