Only check once

2022.09-rc
Michael 2019-02-23 22:27:03 +00:00
rodzic 28f7c72cc7
commit ed54345ce1
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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');