X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=d2d322b3b93cdb7eb83805c72bded8e636d64029;hb=71215115ebb1e06b461dc5b0fa7ee4c27d8c665c;hp=fa20fd76cbeda3cb25f731c000f5efdecfaffe53;hpb=d7395299fb05c16bf2cc6e1ae3508163486c55d3;p=friendica.git diff --git a/mod/install.php b/mod/install.php index fa20fd76cb..d2d322b3b9 100644 --- a/mod/install.php +++ b/mod/install.php @@ -26,8 +26,6 @@ function install_init(App $a) { $a->setConfigValue('system', 'value', '../install'); $a->theme['stylesheet'] = System::baseUrl()."/view/install/style.css"; - Install::setInstallMode(); - global $install_wizard_pass; if (x($_POST, 'pass')) { $install_wizard_pass = intval($_POST['pass']);