diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-12 17:52:29 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-12 17:52:29 +0000 |
commit | f1b025971b4e7749c9a9b7c75b21daa63e80c013 (patch) | |
tree | 0160c42934611576b3b35ed38121eb5b81aaa5ca /etc/inc/globals.inc | |
parent | dc1c55041b99f66efec8a29e07b5104d9ec3a042 (diff) | |
download | pfsense-f1b025971b4e7749c9a9b7c75b21daa63e80c013.zip pfsense-f1b025971b4e7749c9a9b7c75b21daa63e80c013.tar.gz |
Stub in changes that will allow for custom firmware URLs
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 4 |
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" ); ?> |