mcrypt is optional, update for PHP 7.2 (#7859)

This commit is contained in:
Tony Murray
2017-12-06 02:24:20 -06:00
committed by Neil Lathwood
parent cdf5b05934
commit 38bde97fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ if ($stage > 3) {
require realpath(__DIR__ . '/..') . '/includes/init.php';
// List of php modules we expect to see
$modules = array('gd','mysqli','mcrypt');
$modules = array('gd','mysqli');
$dbhost = @$_POST['dbhost'] ?: 'localhost';
$dbuser = @$_POST['dbuser'] ?: 'librenms';