summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-29 07:03:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-29 07:03:28 +0000
commitf417ddcc60a17ee4783733a383b322bcba5c683b (patch)
tree0e98f62e9f421914c701c138ee6c67ecac54419a /usr/local/www/pkg_mgr.php
parent4336a03078bd702dd5ce31a9a46ba5ae424fe959 (diff)
downloadpfsense-f417ddcc60a17ee4783733a383b322bcba5c683b.zip
pfsense-f417ddcc60a17ee4783733a383b322bcba5c683b.tar.gz
Add maintainer
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 4f27825..a1a3a66 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -78,6 +78,7 @@ include("fbegin.inc");
<td width="10%" class="listhdrr">Size</td>
-->
<td width="5%" class="listhdrr">Status</td>
+ <td width="5%" class="listhdrr">Maintainer</td>
<td width="50%" class="listhdr">Description</td>
</tr>
@@ -128,6 +129,11 @@ include("fbegin.inc");
</td>
<td class="listbg">
<font color="#ffffff">
+ <?= $index['maintainer'] ?>
+ &nbsp;
+ </td>
+ <td class="listbg">
+ <font color="#ffffff">
<?= $index['descr'] ?>
</td>
<td valign="middle" class="list" nowrap>
OpenPOWER on IntegriCloud