mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Position of option
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user