Position of option

This commit is contained in:
Laurent Destailleur
2021-08-06 18:35:16 +02:00
parent e26eda3f5f
commit a7fa238b71

View File

@@ -175,7 +175,7 @@ print '<br>';
print load_fiche_titre($langs->trans("OSSetup").' - '.$langs->trans("PermissionsOnFiles"), '', 'folder');
print '<strong>'.$langs->trans("PermissionsOnFilesInWebRoot").'</strong>: ';
$arrayoffilesinroot = dol_dir_list(DOL_DOCUMENT_RMAIN_ALWAYS_CREATE_LOCK_AFTER_LAST_UPGRADEOOT, 'all', 1, '', array('\/custom'), 'name', SORT_ASC, 4, 1, '', 1);
$arrayoffilesinroot = dol_dir_list(DOL_DOCUMENT_ROOT, 'all', 1, '', array('\/custom'), 'name', SORT_ASC, 4, 1, '', 1);
$fileswithwritepermission = array();
foreach ($arrayoffilesinroot as $fileinroot) {
// Test if there is at least one write permission file. If yes, add the entry into array $fileswithwritepermission
@@ -235,7 +235,7 @@ if (file_exists($installlock)) {
}
print '<br>';
MAIN_ALWAYS_CREATE_LOCK_AFTER_LAST_UPGRADE
// File conf.php
print '<br>';