Set $arch accordingly to release

This commit is contained in:
Renato Botelho 2015-01-16 17:42:30 -02:00
parent 6aac31ef76
commit b1fef27fcf

View File

@ -99,7 +99,7 @@ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg", "ece", "cwr");
if(file_exists("/etc/platform")) {
$arch = php_uname("m");
/* Do not remove this, it is not needed for the snapshots URL but is needed later for the -RELEASE/stable URLs */
//$arch = ($arch == "i386") ? "" : '/' . $arch;
$arch = ($arch == "i386") ? "" : '/' . $arch;
/* Full installs and NanoBSD use the same update directory and manifest in 2.x */
$g['update_url']="https://updates.pfsense.org/_updaters{$arch}";