summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/pkg_mgr.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 0451c13..d496450 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -138,6 +138,9 @@ if(!$pkg_config['packages']) {
$i++;
}
}
+ if($i == 0) {
+ echo "<tr><td colspan=\"3\"><center>There are currently no available packages for installation.</td></tr>";
+ }
?>
</table>
</td>
OpenPOWER on IntegriCloud