X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=716e1c370a30da229eb6afc31d909caabbc29edf;hb=d16a883e17db66a8bb5c647725d319e3c0edb564;hp=f9d69262e290090894546c1a0cbed1f1c591d990;hpb=e506b8f7f9b02dc3eccded47275d2798eff5b3ac;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index f9d69262e2..716e1c370a 100644 --- a/install.php +++ b/install.php @@ -257,11 +257,6 @@ class WebInstaller extends Installer

Optional email address for the initial user (administrator)

-
  • - - -

    Release and security feed from update@status.net (recommended)

    -
  • @@ -270,10 +265,10 @@ class WebInstaller extends Installer
  • Initial access settings for your site

  • @@ -333,7 +328,6 @@ STR; $this->adminPass = $post->string('admin_password'); $adminPass2 = $post->string('admin_password2'); $this->adminEmail = $post->string('admin_email'); - $this->adminUpdates = $post->string('admin_updates'); $this->siteProfile = $post->string('site_profile'); @@ -356,7 +350,7 @@ STR; $fail = true; } - if (!in_array($this->ssl, array('never', 'sometimes', 'always'))) { + if (!in_array($this->ssl, array('never', 'always'))) { $this->updateStatus("Bad value for server SSL enabling."); $fail = true; } @@ -382,19 +376,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - - -