forked from Wavyzz/dolibarr
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -395,7 +395,7 @@ print '<span class="bold"> -> Current PHP streams allowed = </span>';
|
||||
$arrayofstreams = stream_get_wrappers();
|
||||
if (!empty($arrayofstreams)) {
|
||||
sort($arrayofstreams);
|
||||
print '<span class="wordbreakall">'.implode(',', $arrayofstreams).'</span>';
|
||||
print '<span class="wordbreak">'.implode(',', $arrayofstreams).'</span>';
|
||||
print ' <span class="opacitymedium">('.$langs->trans("Recommended").': '.$langs->trans("TryToKeepOnly", 'file,http,https,php,zip').')</span>'."\n";
|
||||
}
|
||||
print '</div>';
|
||||
|
||||
Reference in New Issue
Block a user