summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-10-11 11:37:51 -0400
committerScott Ullrich <sullrich@gmail.com>2011-10-11 11:37:51 -0400
commitd8b989bc7d09aa376ef0224401e31860ab1bc791 (patch)
tree0d0fb5ac116175e6109f867a58617cf4f9c622e1 /etc/inc
parent943b7053835d0928c79af1bfe32fa6fc8d6d2b6a (diff)
downloadpfsense-d8b989bc7d09aa376ef0224401e31860ab1bc791.zip
pfsense-d8b989bc7d09aa376ef0224401e31860ab1bc791.tar.gz
Correct the updates path
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 52269b4..9a4d528 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -124,12 +124,12 @@ 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_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
+ $g['update_url']="http://updates.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/nanobsd/manifest";
$g['firmware_update_text']="pfSense-*.img.gz";
} else {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
+ $g['update_url']="http://updates.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/manifest";
$g['firmware_update_text']="pfSense-*.tgz";
}
OpenPOWER on IntegriCloud