summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 8df8258..708e7e8 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -177,7 +177,7 @@ include("head.inc");
(pfs_version_compare("", $version, $index['maximum_version']) > 0))
continue;
/* get history/changelog git dir */
- $commit_dir=split("/",$index['config_file']);
+ $commit_dir=explode("/",$index['config_file']);
$changeloglink ="https://github.com/bsdperimeter/pfsense-packages/commits/master/config/".$commit_dir[(count($commit_dir)-2)];
/* Check package info link */
if($index['pkginfolink']){
OpenPOWER on IntegriCloud