From d98d2db3ca27299ccf73535c7edcef8281974f23 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 14 Dec 2010 15:57:41 -0500 Subject: [PATCH] Redirect to the installedinfo page after package installation giving the system a chance to refresh the menus and the final installation text --- usr/local/www/pkg_mgr_install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php index 7139a0dc15..e4e25e72be 100755 --- a/usr/local/www/pkg_mgr_install.php +++ b/usr/local/www/pkg_mgr_install.php @@ -153,6 +153,8 @@ switch($_GET['mode']) { update_output_window($static_output); filter_configure(); } + file_put_contents("/tmp/" . $_GET['pkg'] . ".info", $static_output); + echo ""; break; case "installedinfo": if(file_exists("/tmp/{$_GET['pkg']}.info")) {