summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-16 04:45:30 +0000
committerColin Smith <colin@pfsense.org>2005-03-16 04:45:30 +0000
commit1896ea95fb7e51ca7aa8f98741940dc1e36ad786 (patch)
treed6640f8813552ebc6cdec8c2a64c3d61645c8ad7 /usr/local/www/pkg_mgr.php
parent11638bf405467f725dc20968e6b65e27b678d6f0 (diff)
downloadpfsense-1896ea95fb7e51ca7aa8f98741940dc1e36ad786.zip
pfsense-1896ea95fb7e51ca7aa8f98741940dc1e36ad786.tar.gz
One more <alt_pkg_url> -> <alt_pkgconfig_url>.
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-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 29cce4c..b02237f 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -73,7 +73,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']))
+if(isset($config['system']['alt_pkgconfig_url']['enabled']))
$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")) {
OpenPOWER on IntegriCloud