mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixes #2725: Wrong suggestion to install PEAR
This commit is contained in:
@ -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