mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set the maintainer to the forums. The maintainer of packages is
ultimately only to resolve arguments between commiters if need be.
This commit is contained in:
parent
e07f6d133e
commit
1ef8df1e53
@ -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'] ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user