Session: Remove mcrypt support, dropped from PHP 7.2
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 8449073..d8aff2d 100644 (file)
@@ -8684,7 +8684,7 @@ $wgHttpsPort = 443;
 $wgSessionSecret = false;
 
 /**
- * If for some reason you can't install the PHP OpenSSL or mcrypt extensions,
+ * If for some reason you can't install the PHP OpenSSL extension,
  * you can set this to true to make MediaWiki work again at the cost of storing
  * sensitive session data insecurely. But it would be much more secure to just
  * install the OpenSSL extension.