summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-17 18:27:32 +0000
committerColin Smith <colin@pfsense.org>2005-03-17 18:27:32 +0000
commit4126900a88a51ba000d7b8d261f20c299626ddfc (patch)
treea03faffbe52057f64b5ac642fe97850317c21622 /usr/local
parentefc2be8c03289c663166979673c4c88be74818d8 (diff)
downloadpfsense-4126900a88a51ba000d7b8d261f20c299626ddfc.zip
pfsense-4126900a88a51ba000d7b8d261f20c299626ddfc.tar.gz
Use new config file directive. <system><alt_firmware_url> instead of <system><firmwareurl>.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 34aabeb..d6afe94 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -165,7 +165,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
} else {
/* Only check firmware version if we're setup to go against pfsense.org and user wants us to */
if (!isset($config['system']['disablefirmwarecheck']))
- if(!isset($config['system']['altfirmwareurl']))
+ if(!isset($config['system']['alt_firmware_url']['enabled']))
$fwinfo = check_firmware_version();
else
$fwinfo = "Using alternate firmware URL, cannot determine if {$config['system']['alt_firmware_url']['firmware_base_url']}{$config['system']['alt_firmware_url']['firmware_filename']} is newer than current.";
OpenPOWER on IntegriCloud