summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-28 02:21:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-28 02:21:02 +0000
commit1ef8df1e5347c32235fd8bccd8e697ea7a324c92 (patch)
tree26231ab915694313599549307d1954a68f1dfa03 /usr/local/www/pkg_mgr.php
parente07f6d133e2f1df2867ce2de24993a7704bca25e (diff)
downloadpfsense-1ef8df1e5347c32235fd8bccd8e697ea7a324c92.zip
pfsense-1ef8df1e5347c32235fd8bccd8e697ea7a324c92.tar.gz
Set the maintainer to the forums. The maintainer of packages is
ultimately only to resolve arguments between commiters if need be.
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index cac3e96..8354cf7 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -168,12 +168,7 @@ include("head.inc");
platform: <?= $index['required_version'] ?>
</td>
<td class="listr">
- <?php
- if($index['maintainer'] != "")
- echo "<a href='mailto:{$index['maintainer']}'>{$index['maintainer']}</a>";
- else
- echo "Nobody. <a href='mailto:{$g['product_email']}'>Apply</a> for it!";
- ?>
+ <a href='http://forum.pfsense.org/index.php/board,15.0.html'>pfSense forums</a>
</td>
<td class="listbg" class="listbg" style="overflow: hidden;">
<?= $index['descr'] ?>
OpenPOWER on IntegriCloud