summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 19:29:53 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 19:29:53 -0500
commit1aadf5d547452806d5def38bf355fb10de257f18 (patch)
tree8408eb27ce5a36ae54d936e01f22c851600e32c4 /usr
parente5644377279d84186c989cad03ee272d1830815a (diff)
downloadpfsense-1aadf5d547452806d5def38bf355fb10de257f18.zip
pfsense-1aadf5d547452806d5def38bf355fb10de257f18.tar.gz
standardize URLs
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index fc18208..04305df 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -188,7 +188,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");
}
?>
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