summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 18:59:50 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 18:59:50 -0500
commit85e92a0636f41e4f3f75158bf9a784e89f42d217 (patch)
tree48a8a382d57ab809bf97f900991794c11c152674 /usr/local/www
parent46fb4fe77d0076adced1234fdc18725792e842e3 (diff)
downloadpfsense-85e92a0636f41e4f3f75158bf9a784e89f42d217.zip
pfsense-85e92a0636f41e4f3f75158bf9a784e89f42d217.tar.gz
s/http/https/ for www.pfsense.org
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_arp.php2
-rwxr-xr-xusr/local/www/diag_authentication.php2
-rwxr-xr-xusr/local/www/diag_ndp.php2
-rwxr-xr-xusr/local/www/fbegin.inc16
-rw-r--r--usr/local/www/help.php2
-rw-r--r--usr/local/www/services_dhcpv6.php2
-rw-r--r--usr/local/www/services_router_advertisements.php2
-rwxr-xr-xusr/local/www/system_hasync.php2
-rwxr-xr-xusr/local/www/system_usermanager_settings.php2
-rw-r--r--usr/local/www/system_usermanager_settings_ldapacpicker.php2
-rwxr-xr-xusr/local/www/system_usermanager_settings_test.php2
-rw-r--r--usr/local/www/wizards/openvpn_wizard.xml2
-rw-r--r--usr/local/www/wizards/setup_wizard.xml4
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.xml2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.xml2
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc2
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml2
21 files changed, 29 insertions, 29 deletions
diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php
index 19f74f0..53f6d43 100755
--- a/usr/local/www/diag_arp.php
+++ b/usr/local/www/diag_arp.php
@@ -1,7 +1,7 @@
<?php
/*
diag_arp.php
- part of the pfSense project (http://www.pfsense.org)
+ part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2004-2009 Scott Ullrich <sullrich@gmail.com>
originally part of m0n0wall (http://m0n0.ch/wall)
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php
index 98429d3..34da5a0 100755
--- a/usr/local/www/diag_authentication.php
+++ b/usr/local/www/diag_authentication.php
@@ -1,7 +1,7 @@
<?php
/*
diag_authentication.php
- part of the pfSense project (http://www.pfsense.org)
+ part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2010 Ermal Luçi
All rights reserved.
diff --git a/usr/local/www/diag_ndp.php b/usr/local/www/diag_ndp.php
index 0f9ef9b..e8bc914 100755
--- a/usr/local/www/diag_ndp.php
+++ b/usr/local/www/diag_ndp.php
@@ -1,7 +1,7 @@
<?php
/*
diag_ndp.php
- part of the pfSense project (http://www.pfsense.org)
+ part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2004-2010 Scott Ullrich <sullrich@gmail.com>
Copyright (C) 2011 Seth Mos <seth.mos@dds.nl>
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index a25e168..333d3d7 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -240,14 +240,14 @@ if(! $g['disablehelpmenu']) {
$help_menu = array();
$help_menu[] = array(gettext("About this Page"), $helpurl);
if($g['product_name'] == "pfSense")
- $help_menu[] = array(gettext("Bug Database"), "http://www.pfsense.org/j.php?jumpto=redmine");
- $help_menu[] = array(gettext("User Forum"), "http://www.pfsense.org/j.php?jumpto=forum");
- $help_menu[] = array(gettext("Documentation"), "http://www.pfsense.org/j.php?jumpto=doc");
- $help_menu[] = array(gettext("Developers Wiki"), "http://www.pfsense.org/j.php?jumpto=devwiki");
- $help_menu[] = array(gettext("Paid Support"), "http://www.pfsense.org/j.php?jumpto=portal");
- $help_menu[] = array(gettext("pfSense Book"), "http://www.pfsense.org/j.php?jumpto=book");
- $help_menu[] = array(gettext("Search portal"), "http://www.pfsense.org/j.php?jumpto=searchportal");
- $help_menu[] = array(gettext("FreeBSD Handbook"), "http://www.pfsense.org/j.php?jumpto=fbsdhandbook");
+ $help_menu[] = array(gettext("Bug Database"), "https://www.pfsense.org/j.php?jumpto=redmine");
+ $help_menu[] = array(gettext("User Forum"), "https://www.pfsense.org/j.php?jumpto=forum");
+ $help_menu[] = array(gettext("Documentation"), "https://www.pfsense.org/j.php?jumpto=doc");
+ $help_menu[] = array(gettext("Developers Wiki"), "https://www.pfsense.org/j.php?jumpto=devwiki");
+ $help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal");
+ $help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book");
+ $help_menu[] = array(gettext("Search portal"), "https://www.pfsense.org/j.php?jumpto=searchportal");
+ $help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.pfsense.org/j.php?jumpto=fbsdhandbook");
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")),0);
}
diff --git a/usr/local/www/help.php b/usr/local/www/help.php
index 7c5b9db..8e70c0c 100644
--- a/usr/local/www/help.php
+++ b/usr/local/www/help.php
@@ -12,7 +12,7 @@ require_once("guiconfig.inc");
$helppages = array(
/* These pages are confirmed to work and have usable content */
'index.php' => 'https://doc.pfsense.org/index.php/Dashboard',
- 'license.php' => 'http://www.pfsense.org/index.php@option=com_content&task=view&id=42&Itemid=62.html',
+ 'license.php' => 'https://www.pfsense.org/index.php@option=com_content&task=view&id=42&Itemid=62.html',
'miniupnpd.xml' => 'https://doc.pfsense.org/index.php/What_is_UPNP%3F',
'status_upnp.php' => 'https://doc.pfsense.org/index.php/What_is_UPNP%3F',
'firewall_virtual_ip.php' => 'https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F',
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index d1918e8..a5494ae 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -7,7 +7,7 @@
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
- part of pfSense (http://www.pfsense.org)
+ part of pfSense (https://www.pfsense.org)
Copyright (C) 2010 Seth Mos <seth.mos@dds.nl>.
All rights reserved.
diff --git a/usr/local/www/services_router_advertisements.php b/usr/local/www/services_router_advertisements.php
index 4b58331..1155326 100644
--- a/usr/local/www/services_router_advertisements.php
+++ b/usr/local/www/services_router_advertisements.php
@@ -7,7 +7,7 @@
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
- part of pfSense (http://www.pfsense.org)
+ part of pfSense (https://www.pfsense.org)
Copyright (C) 2010 Seth Mos <seth.mos@dds.nl>.
All rights reserved.
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index fbd5388..d31781d 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -2,7 +2,7 @@
/* $Id$ */
/*
system_hasync.php
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2012 Darren Embry <dse@webonastick.com>.
All rights reserved.
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index 33b6b82..7e596e0 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2007 Scott Ullrich <sullrich@gmail.com>
All rights reserved.
diff --git a/usr/local/www/system_usermanager_settings_ldapacpicker.php b/usr/local/www/system_usermanager_settings_ldapacpicker.php
index 91da391..219d78d 100644
--- a/usr/local/www/system_usermanager_settings_ldapacpicker.php
+++ b/usr/local/www/system_usermanager_settings_ldapacpicker.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2007 Scott Ullrich <sullrich@gmail.com>
All rights reserved.
diff --git a/usr/local/www/system_usermanager_settings_test.php b/usr/local/www/system_usermanager_settings_test.php
index c4744b2..562b1e2 100755
--- a/usr/local/www/system_usermanager_settings_test.php
+++ b/usr/local/www/system_usermanager_settings_test.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2007 Scott Ullrich <sullrich@gmail.com>
All rights reserved.
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml
index 66ecea9..39782f7 100644
--- a/usr/local/www/wizards/openvpn_wizard.xml
+++ b/usr/local/www/wizards/openvpn_wizard.xml
@@ -2,7 +2,7 @@
<pfsensewizard>
<copyright>
/*
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2010 Ermal Luci
All rights reserved.
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index b7d9e6c..48b1bca 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -4,7 +4,7 @@
/* $Id$ */
/*
setup.xml
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2004, 2005 Scott Ullrich
All rights reserved.
@@ -642,7 +642,7 @@
<![CDATA[
Congratulations! pfSense is now configured.<p/>
Please consider donating to the project to help us with our overhead costs.<p/>
- Click <a target='_new' href='http://www.pfsense.org/j.php?jumpto=donate'>here</a> to donate or purchase services offered by the pfSense team.<p/>
+ Click <a target='_new' href='https://www.pfsense.org/j.php?jumpto=donate'>here</a> to donate or purchase services offered by the pfSense team.<p/>
Click <a href='$myurl'>here</a> to continue on to pfSense webConfigurator.
]]>
</description>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 3b411c0..6ac23d7 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -1,7 +1,7 @@
<?php
/*
traffic_shaper_wizard.inc
- 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.
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 5b2a23a..01de4da 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -3,7 +3,7 @@
<copyright><![CDATA[
/*
traffic_shaper_wizard.xml
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2008-2010 Ermal Luci
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index b6bb470..c2218f2 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -1,7 +1,7 @@
<?php
/*
traffic_shaper_wizard_dedicated.inc
- 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.
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
index 1c3aa40..9298a8c 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
@@ -3,7 +3,7 @@
<copyright><![CDATA[
/*
traffic_shaper_wizard_dedicated.xml
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2008-2010 Ermal Luci
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index f87ba4c..b45357e 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -1,7 +1,7 @@
<?php
/*
traffic_shaper_wizard_multi_all.inc
- 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.
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
index 8ea3d0f..8400980 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
@@ -3,7 +3,7 @@
<copyright><![CDATA[
/*
traffic_shaper_wizard_multi_all.xml
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2008-2010 Ermal Luci
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index a8e7ec9..b20b5d2 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -1,7 +1,7 @@
<?php
/*
traffic_shaper_wizard_multi_lan.inc
- 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.
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
index e28d210..1609a4b 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
@@ -3,7 +3,7 @@
<copyright><![CDATA[
/*
traffic_shaper_wizard_multi_lan.xml
- part of pfSense (http://www.pfsense.org/)
+ part of pfSense (https://www.pfsense.org/)
Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2008-2010 Ermal Luci
OpenPOWER on IntegriCloud