diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
commit | a84a84bf31ed33c7e132b704186a56b77cc9148a (patch) | |
tree | 85c40074dd19ddb5a5167f5ab68406beaa57c87b /config/mailscanner/mailscanner_about.php | |
parent | 0de5b6b80002794f5b65c0143eb65cf5e4a95f25 (diff) | |
download | pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.gz pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.bz2 pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.zip |
Fixup URLs:
- Replace http by https
- *.pfsense.com -> *.pfsense.org
- www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
Diffstat (limited to 'config/mailscanner/mailscanner_about.php')
-rwxr-xr-x | config/mailscanner/mailscanner_about.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/mailscanner/mailscanner_about.php b/config/mailscanner/mailscanner_about.php index c3408906..9277a3a7 100755 --- a/config/mailscanner/mailscanner_about.php +++ b/config/mailscanner/mailscanner_about.php @@ -1,7 +1,7 @@ <?php /* mailscanner_about.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2011 Marcello Coutinho <marcellocoutinho@gmail.com> All rights reserved. @@ -95,11 +95,11 @@ include("head.inc"); </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Credits ");?></td> - <td width="78%" class="vtable"><?=gettext("Package Created by <a target=_new href='http://forum.pfsense.org/index.php?action=profile;u=4710'>Marcello Coutinho</a><br><br>");?></td> + <td width="78%" class="vtable"><?=gettext("Package Created by <a target=_new href='https://forum.pfsense.org/index.php?action=profile;u=4710'>Marcello Coutinho</a><br><br>");?></td> </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Donatios ");?></td> - <td width="78%" class="vtable"><?=gettext("If you like this package, please <a target=_new href='http://www.pfsense.org/index.php?option=com_content&task=view&id=47&Itemid=77'>donate to pfSense project</a>.<br><br> + <td width="78%" class="vtable"><?=gettext("If you like this package, please <a target=_new href='https://www.pfsense.org/index.php?option=com_content&task=view&id=47&Itemid=77'>donate to pfSense project</a>.<br><br> If you want that your donation goes to this package developer, make a note on donation forwarding it to me.<br><br>");?></td> </tr> </table> |