mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
logs: extra care for log search
Suggested by: @fabianfrz
This commit is contained in:
parent
5937d16c37
commit
163ff00103
@ -59,7 +59,7 @@ if (!empty($_POST['clear'])) {
|
||||
}
|
||||
|
||||
if (isset($_POST['filtertext'])) {
|
||||
$filtertext = htmlspecialchars($_POST['filtertext']);
|
||||
$filtertext = html_safe($_POST['filtertext']);
|
||||
}
|
||||
|
||||
include("head.inc");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user