summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-03-10 20:44:39 -0500
committerChris Buechler <cmb@pfsense.org>2013-03-10 20:44:39 -0500
commitd5280de64da976ca7b0472a64f1dca0c1d7de8b3 (patch)
treed1a6ed011f434e9038f93be3e366bd7adc96ca73 /usr/local/www/pkg_mgr_installed.php
parent8436f2e31436e0a9785e10681dcbe41ed237312c (diff)
downloadpfsense-d5280de64da976ca7b0472a64f1dca0c1d7de8b3.zip
pfsense-d5280de64da976ca7b0472a64f1dca0c1d7de8b3.tar.gz
update github repo location
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 6b8745e..6e5307a 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -131,7 +131,7 @@ include("head.inc");
// get history/changelog git dir
$commit_dir=explode("/",$pkg['config_file']);
- $changeloglink ="https://github.com/bsdperimeter/pfsense-packages/commits/master/config/".$commit_dir[(count($commit_dir)-2)];
+ $changeloglink ="https://github.com/pfsense/pfsense-packages/commits/master/config/".$commit_dir[(count($commit_dir)-2)];
#check package version
$latest_package = $currentvers[$pkg['name']]['version'];
if ($latest_package) {
OpenPOWER on IntegriCloud