X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=5f89ac2369f7e28b48bec355ceacb12ad0627278;hb=97917206e050a6584f89e53d63481eeea66ff43c;hp=f5ef8e2808ba0a1b403610ed5245575013b93960;hpb=526e7127d7eb6d8e2f2a4cffd782c4c87f0d1742;p=spider.git 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