mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Soft-Fail if PEAR doesnt exist
This commit is contained in:
@@ -216,7 +216,7 @@ if($stage == 0) {
|
||||
}
|
||||
|
||||
// Check for pear install
|
||||
require_once 'System.php';
|
||||
@include_once 'System.php';
|
||||
|
||||
if(class_exists('System') === true) {
|
||||
$ext_loaded = 'yes';
|
||||
|
Reference in New Issue
Block a user