css
This commit is contained in:
parent
62c6178269
commit
5aaca18567
@ -553,12 +553,12 @@ if (empty($conf->global->MAIN_EXEC_USE_POPEN)) {
|
|||||||
print $conf->global->MAIN_EXEC_USE_POPEN;
|
print $conf->global->MAIN_EXEC_USE_POPEN;
|
||||||
}
|
}
|
||||||
if ($execmethod == 1) {
|
if ($execmethod == 1) {
|
||||||
print '<span class="opacitymedium">, "exec" PHP method will be used for shell commands';
|
print '<span class="opacitymedium"> "exec" PHP method will be used for shell commands';
|
||||||
print ' ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)';
|
print ' ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)';
|
||||||
print '</span>';
|
print '</span>';
|
||||||
}
|
}
|
||||||
if ($execmethod == 2) {
|
if ($execmethod == 2) {
|
||||||
print '<span class="opacitymedium">, "popen" PHP method will be used for shell commands';
|
print '<span class="opacitymedium"> "popen" PHP method will be used for shell commands';
|
||||||
print ' ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)';
|
print ' ('.$langs->trans("Recommended").': '.$langs->trans("Undefined").' '.$langs->trans("or").' 1)';
|
||||||
print '</span>';
|
print '</span>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user