summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 7016a58..b5ce5b0 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -245,11 +245,6 @@ if ($_POST) {
header("Location: pkg_mgr_installed.php");
return;
}
-
- if (isset($_POST['pkgcancel']) || (empty($_POST['id']) && $pkgmode != 'reinstallall')) {
- header("Location: pkg_mgr_installed.php");
- return;
- }
} else if ($_GET && !$_GET['id']) {
if (empty($_GET['pkg']) && ($pkgmode != 'reinstallall')) {
header("Location: pkg_mgr_installed.php");
OpenPOWER on IntegriCloud