N°5462 Add a setup check to verify if directory-level configuration files (.htaccess and web.config) are used by the server

This commit is contained in:
Stephen Abello
2022-08-24 16:33:54 +02:00
parent 7a6a3d1ac0
commit d78a25ee4e
5 changed files with 40 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ HTML
$oPage->p('Sorry, the installation cannot continue. Please fix the errors and reload this page to launch the installation again.');
$oPage->p('<button type="button" onclick="window.location.reload()">Reload</button>');
}
$oPage->add_ready_script('CheckDirectoryConfFilesPermissions("'.utils::GetItopVersionWikiSyntax().'")');
}
public function CanMoveForward()