From 58d797bf4da13ac9cf95dae524a447474af89ff1 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Sun, 24 Jul 2005 18:48:09 +0000 Subject: Revert to 1.58. $savemsg is already set when the XMLRPC server is unable to be contacted. --- usr/local/www/pkg_mgr.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'usr') diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 1d31029..6fc7928 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -102,12 +102,7 @@ include("fbegin.inc");
Could not contact pfsense.com. Check your dns/connection settings."; - } else { - echo "
There are currently no available packages for installation."; - } + echo "
There are currently no packages available for installation."; } else { $pkgs = array(); $instpkgs = array(); @@ -157,7 +152,7 @@ include("fbegin.inc");
There are currently no available packages for installation."; + echo "
There are currently no packages available for installation."; } } ?> -- cgit v1.1