summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-30 12:41:32 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-30 12:43:03 -0400
commite2d15485e4b4ae6d19b647da5ad1aafcc398a97a (patch)
treedb6d76c911832591dfffc4211848801610a2879e /usr/local/www/pkg_mgr_install.php
parent0d64af597505a0e9c21d48669aafc8e1448b102b (diff)
downloadpfsense-e2d15485e4b4ae6d19b647da5ad1aafcc398a97a.zip
pfsense-e2d15485e4b4ae6d19b647da5ad1aafcc398a97a.tar.gz
Unbreak installed information screen. After package installation the form redirects to the info page that looks identical to display the final package information and to give the menus a chance to reload with the new package options.
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index b6fb197..f8480a8 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -187,7 +187,7 @@ switch($_GET['mode']) {
$static_output .= "\n\nInstallation halted.";
update_output_window($static_output);
} else {
- $filename = escapeshellcmd("/tmp/" . $_GET['pkg'] . ".info");
+ $filename = escapeshellcmd("/tmp/" . $_GET['id'] . ".info");
$fd = fopen($filename, "w");
$status_a = "Installation of " . htmlspecialchars($_GET['id']) . " completed.";
update_status($status_a);
OpenPOWER on IntegriCloud