mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Remove forgotten ActionController::requiresConfig() call
Should have been reverted by last commit but was not.
This commit is contained in:
parent
82d2f5ac9b
commit
bb2c85f90b
@ -109,9 +109,6 @@ class ActionController extends Zend_Controller_Action
|
||||
if ($this->rerenderLayout = $this->params->shift('renderLayout')) {
|
||||
$this->xhrLayout = 'body';
|
||||
}
|
||||
if ($this->requiresConfig()) {
|
||||
$this->redirectNow(Url::fromPath('install'));
|
||||
}
|
||||
|
||||
if ($this->requiresLogin()) {
|
||||
$this->redirectToLogin(Url::fromRequest());
|
||||
|
Loading…
x
Reference in New Issue
Block a user