summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 19:30:56 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 19:30:56 -0500
commite1a456e6a82ad0850d39205eb10aebf6ecb9a09e (patch)
treec56d89d2a6ddabb076063093fa2a7a142babd493
parent0734024c9e71a7a4df75dff73513833084237159 (diff)
downloadpfsense-e1a456e6a82ad0850d39205eb10aebf6ecb9a09e.zip
pfsense-e1a456e6a82ad0850d39205eb10aebf6ecb9a09e.tar.gz
standardize URLs
-rw-r--r--etc/inc/system.inc2
-rwxr-xr-xusr/local/www/pkg_mgr.php2
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index ae0c18e..37f7d34 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1542,7 +1542,7 @@ function system_ntp_configure($start_ntpd=true) {
unset($ts);
$ntpcfg .= "\n\n";
- $ntpcfg .= "disable monitor\n"; //prevent NTP reflection attack, see http://forum.pfsense.org/index.php/topic,67189.msg389132.html#msg389132
+ $ntpcfg .= "disable monitor\n"; //prevent NTP reflection attack, see https://forum.pfsense.org/index.php/topic,67189.msg389132.html#msg389132
if (!empty($config['ntpd']['clockstats']) || !empty($config['ntpd']['loopstats']) || !empty($config['ntpd']['peerstats'])) {
$ntpcfg .= "enable stats\n";
$ntpcfg .= 'statistics';
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index dea82b8..7f55917 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -209,7 +209,7 @@ include("head.inc");
$pkginfolink = $index['pkginfolink'];
$pkginfo=gettext("Package info");
} else {
- $pkginfolink = "http://forum.pfsense.org/index.php/board,15.0.html";
+ $pkginfolink = "https://forum.pfsense.org/index.php/board,15.0.html";
$pkginfo=gettext("No package info, check the forum");
}
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 1308213..f375d08 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -180,7 +180,7 @@ include("head.inc");
$pkginfo=gettext("Package info");
}
else{
- $pkginfolink = "http://forum.pfsense.org/index.php/board,15.0.html";
+ $pkginfolink = "https://forum.pfsense.org/index.php/board,15.0.html";
$pkginfo=gettext("No package info, check the forum");
}
OpenPOWER on IntegriCloud