added some spaces

Signed-off-by: Roland Haeder <roland@mxchange.org>
Este commit está contenido en:
Roland Häder 2016-12-23 20:21:38 +01:00
padre b7c9d63b7a
commit f844d96a7f
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B72F8185C6C7BD78
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -1854,8 +1854,8 @@ function admin_page_logs_post(App &$a) {
if (x($_POST,"page_logs")) {
check_form_security_token_redirectOnErr('/admin/logs', 'admin_logs');
$logfile = ((x($_POST,'logfile')) ? notags(trim($_POST['logfile'])) : '');
$debugging = ((x($_POST,'debugging')) ? true : false);
$logfile = ((x($_POST,'logfile')) ? notags(trim($_POST['logfile'])) : '');
$debugging = ((x($_POST,'debugging')) ? true : false);
$loglevel = ((x($_POST,'loglevel')) ? intval(trim($_POST['loglevel'])) : 0);
set_config('system','logfile', $logfile);