SF.net SVN: postfixadmin:[1402] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2012-06-21 19:58:31
|
Revision: 1402 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1402&view=rev Author: christian_boltz Date: 2012-06-21 19:58:25 +0000 (Thu, 21 Jun 2012) Log Message: ----------- templates/footer.php: - replace footer link with link to postfixadmin.sf.net Modified Paths: -------------- branches/postfixadmin-2.3/CHANGELOG.TXT branches/postfixadmin-2.3/templates/footer.php Modified: branches/postfixadmin-2.3/CHANGELOG.TXT =================================================================== --- branches/postfixadmin-2.3/CHANGELOG.TXT 2012-06-21 19:54:39 UTC (rev 1401) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2012-06-21 19:58:25 UTC (rev 1402) @@ -14,6 +14,7 @@ ---------------------------------------------------------------- - display domain and mailbox description with correct encoding + - fix footer link Version 2.3.5 - 2012/01/16 - SVN r1335 (postfixadmin-2.3 branch) ---------------------------------------------------------------- Modified: branches/postfixadmin-2.3/templates/footer.php =================================================================== --- branches/postfixadmin-2.3/templates/footer.php 2012-06-21 19:54:39 UTC (rev 1401) +++ branches/postfixadmin-2.3/templates/footer.php 2012-06-21 19:58:25 UTC (rev 1402) @@ -1,6 +1,6 @@ <?php if( !defined('POSTFIXADMIN') ) die( "This file cannot be used standalone." ); ?> <div id="footer"> -<a target="_blank" href="http://postfixadmin.com/">Postfix Admin <?php print $version; ?></a> +<a target="_blank" href="http://postfixadmin.sf.net/">Postfix Admin <?php print $version; ?></a> | <?php if(isset($_SESSION['sessid']['username'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |