diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-12-17 14:10:50 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-17 14:10:50 -0200 |
commit | 9fa3b7fed179955897979c64e11af07208997f8a (patch) | |
tree | 30b6f9c438928effeee263b7f42c5aafa97e0ca0 /config/mailscanner/mailscanner_about.php | |
parent | 77bd5b64a081de25310f007e656cd66c23254949 (diff) | |
download | pfsense-packages-9fa3b7fed179955897979c64e11af07208997f8a.tar.gz pfsense-packages-9fa3b7fed179955897979c64e11af07208997f8a.tar.bz2 pfsense-packages-9fa3b7fed179955897979c64e11af07208997f8a.zip |
mailscanner - include more help links
haproxy - change status to release
Diffstat (limited to 'config/mailscanner/mailscanner_about.php')
-rwxr-xr-x | config/mailscanner/mailscanner_about.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/mailscanner/mailscanner_about.php b/config/mailscanner/mailscanner_about.php index bea516f9..c3408906 100755 --- a/config/mailscanner/mailscanner_about.php +++ b/config/mailscanner/mailscanner_about.php @@ -78,6 +78,15 @@ include("head.inc"); <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://www.mailscanner.info/wiki/doku.php?id=maq:index'>Most Asked Questions</a><br><br>");?> </tr> <tr> + <td width="22%" valign="top" class="vncell"><?=gettext("Help Index");?></td> + <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://www.mailscanner.info/MailScanner.conf.index.html'>Mailscanner Configuration Index</a><br><br>");?> + </tr> + <tr> + <td width="22%" valign="top" class="vncell"><?=gettext("Getting the best");?></td> + <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://www.mailscanner.info/gettingthebest.html'>Getting The Best Out Of MailScanner</a><br><br>");?> + </tr> + + <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Performance ");?></td> <td width="78%" class="vtable"><?=gettext("<a target=_new href='http://wiki.apache.org/spamassassin/FasterPerformance'>How do I get SpamAssassin to run faster?</a><br><br>");?></td> </tr> |