mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Bugfix: sprintf appearing in fhem.cfg
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1318 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7fa1465a64
commit
a9c628e00d
@ -568,7 +568,6 @@ FW_digestCgi($)
|
||||
|
||||
# Multiline: escape the NL for fhem
|
||||
$v =~ s/[\r]\n/\\\n/g if($v && $p && $p ne "data");
|
||||
$v =~ s/%([0-9A-F][0-9A-F])/sprintf("%c", $1)/gi;
|
||||
$FW_webArgs{$p} = $v;
|
||||
|
||||
if($p eq "detail") { $FW_detail = $v; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user