summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-12 07:31:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-12 07:31:07 +0000
commitee5fdafc63cae1e5149f9802f2cf3db88cb5ed10 (patch)
tree0f42691287ed90baf9b138efdd27b7aeb7361cd1 /usr/local
parentaccca15fdf37761bb376333f3cbc53808e8f4eae (diff)
downloadpfsense-ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10.zip
pfsense-ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10.tar.gz
Correct this to sound more english like instead of southern twang ;)
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