summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-13 16:48:44 -0400
committerjim-p <jimp@pfsense.org>2013-06-13 16:48:44 -0400
commit654ed9e0c4c8ac34cf3ac489719c239cd7205882 (patch)
tree9fac58c775a7a7df25697b80a6fcd42350709bec /etc/inc
parent94860e9e5e9bdea544c0781979d13c931ef004ee (diff)
downloadpfsense-654ed9e0c4c8ac34cf3ac489719c239cd7205882.zip
pfsense-654ed9e0c4c8ac34cf3ac489719c239cd7205882.tar.gz
Update the default firmware URL (it was still pointing to HEAD on RELENG_2_1)
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 84139f8..a8871b4 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -100,14 +100,14 @@ if(file_exists("/etc/platform")) {
$arch = php_uname("m");
$g['platform'] = trim(file_get_contents("/etc/platform"));
if($g['platform'] == "nanobsd") {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_RELENG_2_1/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/nanobsd/manifest";
$g['firmware_update_text']="pfSense-*.img.gz";
$g['hidedownloadbackup'] = true;
$g['hidebackupbeforeupgrade'] = true;
} else {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_RELENG_2_1/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/manifest";
$g['firmware_update_text']="pfSense-*.tgz";
}
OpenPOWER on IntegriCloud