summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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