mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
mcrypt is optional, update for PHP 7.2 (#7859)
This commit is contained in:
committed by
Neil Lathwood
parent
cdf5b05934
commit
38bde97fc4
@@ -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';
|
||||
|
Reference in New Issue
Block a user