X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=716e1c370a30da229eb6afc31d909caabbc29edf;hb=1536d3ef29486fc1c5387e73106b86873fdb7cf9;hp=2752c967677cddc4dc07e68d43537893fbe4413e;hpb=1e89540c3f52f95e9224d781c01b2c927d3c3f09;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; }