mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Soft-Fail if PEAR doesnt exist
This commit is contained in:
+1
-1
@@ -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