summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-04 22:58:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-04 22:58:51 +0000
commitfacd08f9fe572cc05aa6f066b6b19d0868809d6b (patch)
tree46c74685a65a30b02017f848999fe10240aea1ac /usr/local/www/pkg_mgr_install.php
parentae92b9c8fd66e2da1f7dd6fd33d7c81a3019fffb (diff)
downloadpfsense-facd08f9fe572cc05aa6f066b6b19d0868809d6b.zip
pfsense-facd08f9fe572cc05aa6f066b6b19d0868809d6b.tar.gz
Add a number of directives allowing fields to be tied together similar to wizard.php
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 4208ad4..304283f 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -379,8 +379,8 @@ if(file_exists("/usr/local/pkg/" . $pkgent['name'] . ".xml")) {
eval($toeval);
fwrite($fd, $url . "\n");
} else {
- $xml = $menu['configfile'];
- if(stristr($menu['configfile'],".xml") == "") $xml .= ".xml";
+ $xml = "";
+ if(stristr($menu['configfile'],".xml") == "") $xml = ".xml";
fwrite($fd, "/pkg.php?xml=" . $menu['configfile'] . $xml . "\n");
}
fclose($fd);
OpenPOWER on IntegriCloud