mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
Merge branch 'v3.2' into feature/cli_module
# Conflicts: # composer.json # composer.lock # lib/SP/Providers/Auth/Ldap/LdapMsAds.php # lib/SP/Services/Install/Installer.php # lib/SP/Util/Checks.php # lib/SP/Util/Link.php # public/js/app-actions.min.js # public/js/app-util.min.js # tests/res/scripts/reset_db.sh
This commit is contained in:
@@ -52,6 +52,12 @@ final class InstallController extends ControllerBase
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
if ($this->configData->isInstalled()) {
|
||||
$this->router->response()
|
||||
->redirect('index.php?r=login');
|
||||
return;
|
||||
}
|
||||
|
||||
$layoutHelper = $this->dic->get(LayoutHelper::class);
|
||||
$layoutHelper->getPublicLayout('index', 'install');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user