mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Some removed escapeTags calls
This commit is contained in:
parent
0e2e488521
commit
23b10cf2ae
16 changed files with 39 additions and 50 deletions
|
@ -39,7 +39,7 @@ class Settings extends BaseAdmin
|
|||
|
||||
self::checkFormSecurityTokenRedirectOnError('/admin/logs', 'admin_logs');
|
||||
|
||||
$logfile = (!empty($_POST['logfile']) ? Strings::escapeTags(trim($_POST['logfile'])) : '');
|
||||
$logfile = (!empty($_POST['logfile']) ? trim($_POST['logfile']) : '');
|
||||
$debugging = !empty($_POST['debugging']);
|
||||
$loglevel = ($_POST['loglevel'] ?? '') ?: LogLevel::ERROR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue