Don't allow TO field to be blank; adjust auto-detection of FROM for reply-all actions...
[squirrelmail.git] / src / about.php
index b5a8d5c34cc112edbacceb55cdd8e1b1bca2ee3b..731d68e1a27a86d75970fe05236fce6335bf6c9e 100644 (file)
@@ -10,7 +10,7 @@
  * - What more information is needed?
  * - Display of system information might be restricted
  *
- * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @copyright 1999-2013 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -86,7 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {
 </small>
 <br /><br />
 </td></tr>
-<tr><td align="center">&copy; 1999 - 2008 The SquirrelMail Project Team</td></tr>
+<tr><td align="center">&copy; <?php echo SM_COPYRIGHT ?> The SquirrelMail Project Team</td></tr>
 </table></p>
 <?php
 $oTemplate->display('footer.tpl');