summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-04 03:09:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-04 03:09:28 +0000
commit2c9d3735134c08fa26d00bcecaf96f13bb0239ef (patch)
tree71c1c0fc4063df0ee6d752a94a571508ae0e10f5 /usr/local/www/pkg_mgr.php
parent8decb6b13aa5fcc2d3e43c6a178f0d3a8e1cefc8 (diff)
downloadpfsense-2c9d3735134c08fa26d00bcecaf96f13bb0239ef.zip
pfsense-2c9d3735134c08fa26d00bcecaf96f13bb0239ef.tar.gz
add mailto:
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 d47e7e3..ab84115 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -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!";
}
OpenPOWER on IntegriCloud