summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-16 04:39:26 +0000
committerColin Smith <colin@pfsense.org>2005-03-16 04:39:26 +0000
commit11638bf405467f725dc20968e6b65e27b678d6f0 (patch)
tree170ba6b2b5954dbbb5579bc057b58770de874531 /usr
parent3f745c9a9923250a6eca7510ebbeed170d92d18a (diff)
downloadpfsense-11638bf405467f725dc20968e6b65e27b678d6f0.zip
pfsense-11638bf405467f725dc20968e6b65e27b678d6f0.tar.gz
<alt_pkg_url> -> <alt_pkgconfig_url>
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 1f4269f..29cce4c 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -74,7 +74,7 @@ include("fbegin.inc");
// Allow package location to be overriden
$config_location = "http://www.pfsense.com/packages/pkg_config.xml";
if(isset($config['system']['alt_pkg_url']['enabled']))
- $config_location = $config['system']['alt_pkg_url']['pkgconfig_base_url'] . $config['system']['alt_pkg_url']['pkgconfig_filename'];
+ $config_location = $config['system']['alt_pkgconfig_url']['pkgconfig_base_url'] . $config['system']['alt_pkgconfig_url']['pkgconfig_filename'];
if(!file_exists("{$g['tmp_path']}/pkg_config.xml")) {
mwexec("cd {$g['tmp_path']} && /usr/bin/fetch \"" . $config_location . "\" >/dev/null 2>&1 ");
OpenPOWER on IntegriCloud