Project

General

Profile

« Previous | Next » 

Revision d8b989bc

Added by Scott Ullrich almost 14 years ago

Correct the updates path

View differences:

etc/inc/globals.inc
124 124
	$arch = php_uname("m");
125 125
	$g['platform'] = trim(file_get_contents("/etc/platform"));
126 126
	if($g['platform'] == "nanobsd") {
127
		$g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
127
		$g['update_url']="http://updates.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
128 128
		$g['update_manifest']="http://updates.pfSense.com/nanobsd/manifest";
129 129
		$g['firmware_update_text']="pfSense-*.img.gz";
130 130

  
131 131
	} else {
132
		$g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
132
		$g['update_url']="http://updates.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_RELENG_2_0/.updaters/";
133 133
		$g['update_manifest']="http://updates.pfSense.com/manifest";
134 134
		$g['firmware_update_text']="pfSense-*.tgz";
135 135
	}

Also available in: Unified diff