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 ''; }