mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merge pull request #2727 from nguillaumin/fix-pear-comment-install
Fixes #2725: Wrong suggestion to install PEAR
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ if($stage == 0) {
|
||||
<td>pear</td>
|
||||
<td>$ext_loaded</td>");
|
||||
if($ext_loaded == 'no') {
|
||||
echo("<td>apt-get install php5-$extension / yum install php-$extension</td>");
|
||||
echo("<td>apt-get install php-pear / yum install php-pear</td>");
|
||||
}
|
||||
else {
|
||||
echo("<td></td>");
|
||||
|
||||
Reference in New Issue
Block a user