mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: wrong double-encode, closes #1813
This commit is contained in:
parent
1d3b6e610d
commit
283fd7ac2a
@ -155,7 +155,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$timehourstr = $pconfig['starttime' . $x];
|
||||
$timehourstr .= "-";
|
||||
$timehourstr .= $pconfig['stoptime' . $x];
|
||||
$timedescrstr = htmlentities($pconfig['timedescr' . $x], ENT_QUOTES, 'UTF-8');
|
||||
$timedescrstr = $pconfig['timedescr' . $x];
|
||||
$dashpos = strpos($timestr, '-');
|
||||
if ($dashpos === false) {
|
||||
$timeparts['position'] = $timestr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user