mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
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:
parent
5c2ae82598
commit
3f3457ba25
@ -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://...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user