summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-12 17:52:29 +0000
committerBill Marquette <billm@pfsense.org>2005-03-12 17:52:29 +0000
commitf1b025971b4e7749c9a9b7c75b21daa63e80c013 (patch)
tree0160c42934611576b3b35ed38121eb5b81aaa5ca /etc/inc
parentdc1c55041b99f66efec8a29e07b5104d9ec3a042 (diff)
downloadpfsense-f1b025971b4e7749c9a9b7c75b21daa63e80c013.zip
pfsense-f1b025971b4e7749c9a9b7c75b21daa63e80c013.tar.gz
Stub in changes that will allow for custom firmware URLs
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 42a03d9..f6d2a63 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -52,7 +52,9 @@ $g = array(
"debug" => false,
"latest_config" => "1.5",
"nopccard_platforms" => array("wrap", "net48xx"),
- "pkg_config_location" => "http://www.pfsense.com/packages/pkg_config.xml"
+ "pkg_config_location" => "http://www.pfsense.com/packages/pkg_config.xml",
+ "firmwarebaseurl" => "http://www.pfsense.com/",
+ "firmwarefilename" => "latest.tgz"
);
?>
OpenPOWER on IntegriCloud