From: minima Date: Mon, 21 Mar 2005 20:50:47 +0000 (+0000) Subject: simplified X-Git-Tag: R_1_52~74 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=97917206e050a6584f89e53d63481eeea66ff43c simplified --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index f5ef8e28..5f89ac23 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -439,7 +439,6 @@ sub run_cmd if ($cmd) { # strip out // and .. on command only $cmd =~ s|//|/|g; - $cmd =~ s|\.+||g; # no dots allowed $cmd =~ s|^/||g; # no leading / either $cmd =~ s|[^-\w/]||g; # and no funny characters