Only check once
This commit is contained in:
parent
28f7c72cc7
commit
ed54345ce1
|
@ -66,10 +66,6 @@ class Install extends BaseModule
|
|||
{
|
||||
$a = self::getApp();
|
||||
|
||||
if (!$a->getMode()->isInstall()) {
|
||||
Core\System::httpExit(403);
|
||||
}
|
||||
|
||||
switch (self::$currentWizardStep) {
|
||||
case self::SYSTEM_CHECK:
|
||||
case self::DATABASE_CONFIG:
|
||||
|
@ -121,10 +117,6 @@ class Install extends BaseModule
|
|||
{
|
||||
$a = self::getApp();
|
||||
|
||||
if (!$a->getMode()->isInstall()) {
|
||||
Core\System::httpExit(403);
|
||||
}
|
||||
|
||||
$output = '';
|
||||
|
||||
$install_title = L10n::t('Friendica Communications Server - Setup');
|
||||
|
|
Loading…
Reference in a new issue