diff --git a/html/install.php b/html/install.php
index 8dbfde4c4..2890b83ef 100644
--- a/html/install.php
+++ b/html/install.php
@@ -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';