From 5aaca18567697577b4b76176d20a1a4b763a6bbd 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 5775ea5404e..c47cb8b9379 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 ''; }