From 859329c867ad0deacb58b5c577d1c54f4767a436 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 12 Dec 2004 20:25:24 +0000 Subject: * converted return_menu to return_ext_menu in fbegin.inc. * fixed interfaces left menu from not displaying additional interfaces by saving and restoring config value. * equipped edit.php with the pfSense theme so it looks uniform --- usr/local/www/pkg_mgr.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'usr/local/www/pkg_mgr.php') diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 2610346..31ee1a2 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -63,7 +63,12 @@ if ($_POST) { - +

System: Package Manager

@@ -73,8 +78,14 @@ if ($_POST) { /dev/null 2>&1 "); + mwexec("cd {$g['tmp_path']} && /usr/bin/fetch \"" . $config_location . "\" >/dev/null 2>&1 "); if(!file_exists("{$g['tmp_path']}/pkg_config.xml")) { print_info_box_np("Could not download pkg_config.xml from pfSense.com. Check your DNS settings."); die; -- cgit v1.1