Position of option
This commit is contained in:
parent
e26eda3f5f
commit
a7fa238b71
@ -175,7 +175,7 @@ print '<br>';
|
|||||||
print load_fiche_titre($langs->trans("OSSetup").' - '.$langs->trans("PermissionsOnFiles"), '', 'folder');
|
print load_fiche_titre($langs->trans("OSSetup").' - '.$langs->trans("PermissionsOnFiles"), '', 'folder');
|
||||||
|
|
||||||
print '<strong>'.$langs->trans("PermissionsOnFilesInWebRoot").'</strong>: ';
|
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();
|
$fileswithwritepermission = array();
|
||||||
foreach ($arrayoffilesinroot as $fileinroot) {
|
foreach ($arrayoffilesinroot as $fileinroot) {
|
||||||
// Test if there is at least one write permission file. If yes, add the entry into array $fileswithwritepermission
|
// 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>';
|
print '<br>';
|
||||||
|
|
||||||
MAIN_ALWAYS_CREATE_LOCK_AFTER_LAST_UPGRADE
|
|
||||||
// File conf.php
|
// File conf.php
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user