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

git-svn-id: https://svn.fhem.de/fhem/trunk@7579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-15 17:54:22 +00:00
parent ad0c29aa84
commit bb9806ebcf

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://...