mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
add mailto:
This commit is contained in:
parent
8decb6b13a
commit
2c9d373513
@ -130,7 +130,7 @@ include("fbegin.inc");
|
||||
<td class="listlr">
|
||||
<?php
|
||||
if($index['maintainer'] != "") {
|
||||
echo "<a href='{$index['maintainer']}'>{$index['maintainer']}</a>";
|
||||
echo "<a href='mailto:{$index['maintainer']}'>{$index['maintainer']}</a>";
|
||||
} else {
|
||||
echo "Nobody. <a href='mailto:coreteam@pfsense.com'>Apply</a> for it!";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user