From 3354a27a6f085a11d6ca3e98a7e17e3bd3a3baed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Feb 2023 00:48:50 +0100 Subject: [PATCH] css --- htdocs/admin/system/security.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/system/security.php b/htdocs/admin/system/security.php index 9fdc6e886b6..91de4341b49 100644 --- a/htdocs/admin/system/security.php +++ b/htdocs/admin/system/security.php @@ -553,12 +553,12 @@ if (empty($conf->global->MAIN_EXEC_USE_POPEN)) { print $conf->global->MAIN_EXEC_USE_POPEN; } if ($execmethod == 1) { - print ', "exec" PHP method will be used for shell commands'; + print '     "exec" PHP method will be used for shell commands'; print '   ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)'; print ''; } if ($execmethod == 2) { - print ', "popen" PHP method will be used for shell commands'; + print '     "popen" PHP method will be used for shell commands'; print '   ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)'; print ''; }