diff options
author | Chris Buechler <cmb@pfsense.org> | 2013-04-13 20:41:05 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2013-04-13 20:41:40 -0500 |
commit | d62be8b02bb85334a832e8576f6dcd0afb8b1d13 (patch) | |
tree | 25cdaa4657f1fdb0cecfa012df8e681a2d3f7568 /etc/inc | |
parent | f11ebed1a647319521b338a7005c3d6057a9085d (diff) | |
download | pfsense-d62be8b02bb85334a832e8576f6dcd0afb8b1d13.zip pfsense-d62be8b02bb85334a832e8576f6dcd0afb8b1d13.tar.gz |
point 2.1 to gui21
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index bcfc80f..f8ba400 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -60,7 +60,7 @@ $g = array( "product_copyright_url" => "http://www.bsdperimeter.com", "product_copyright_years" => "2004 - 2013", "product_website" => "www.pfsense.org", - "product_website_footer" => "http://www.pfsense.org/?gui20", + "product_website_footer" => "http://www.pfsense.org/?gui21", "product_email" => "coreteam@pfsense.org", "hideplatform" => false, "hidedownloadbackup" => false, |