01_FHEMWEB.pm: fix the commandref.html problem and probably some FLORRPLAN issues (Forum #32103)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-15 17:54:22 +00:00
parent 2647af77ee
commit 6aa9732bfd

View File

@@ -524,6 +524,7 @@ FW_answerCall($)
} elsif($dir1 && !$data{FWEXT}{"/$dir1"}) {
my $dir = "$dir1$dirN";
my $ext = "";
$dir =~ s,/$,,;
$dir =~ s/\.\.//g;
$dir =~ s,www/,,g; # Want commandref.html to work from file://...