diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:10:27 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-03-14 19:10:27 -0500 |
commit | ef459eb700f1d6ebb9e2c844eadafec566e81665 (patch) | |
tree | 646bd99a5039d516599817d1356efa2a55955870 /etc | |
parent | 5721595b8d81bf21d6d806bfd6e423d07ad5dfa4 (diff) | |
download | pfsense-ef459eb700f1d6ebb9e2c844eadafec566e81665.zip pfsense-ef459eb700f1d6ebb9e2c844eadafec566e81665.tar.gz |
standardize on https://www.pfsense.org, point to packages.pfsense.org
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/globals.inc | 2 | ||||
-rw-r--r-- | etc/inc/wizardapp.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 6991f91..4c9f0f9 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -62,7 +62,7 @@ $g = array( "product_copyright_url" => "http://www.electricsheepfencing.com", "product_copyright_years" => "2004 - ".date("Y"), "product_website" => "www.pfsense.org", - "product_website_footer" => "http://www.pfsense.org/?gui22", + "product_website_footer" => "https://www.pfsense.org/?gui22", "product_email" => "coreteam@pfsense.org", "hideplatform" => false, "hidedownloadbackup" => false, diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc index 94b7a1b..e90fb77 100644 --- a/etc/inc/wizardapp.inc +++ b/etc/inc/wizardapp.inc @@ -1,6 +1,6 @@ <?php /* - part of pfSense (http://www.pfsense.org/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com. Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com. |