X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=716e1c370a30da229eb6afc31d909caabbc29edf;hb=31c9b2c1d88bc6231dfadc6d7a5114c84c71a571;hp=2752c967677cddc4dc07e68d43537893fbe4413e;hpb=611e5ab42137fc420bc9089185eff9795e028cc0;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 2752c96767..716e1c370a 100644 --- a/install.php +++ b/install.php @@ -350,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; }