X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fabout.php;h=879370bfa431b7da0dfc4870de5eb5f182c655a6;hp=f54c1cd68b9701407691d23a158a2f8c7fe42949;hb=61d57ab2718ef04d537b2f4870d7b6a92066d8e0;hpb=b37e457fda0baaf0253ba69f0e5cbdd4845ce242 diff --git a/src/about.php b/src/about.php index f54c1cd6..879370bf 100644 --- a/src/about.php +++ b/src/about.php @@ -10,12 +10,15 @@ * - What more information is needed? * - Display of system information might be restricted * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** This is the about page */ +define('PAGE_NAME', 'about'); + /** * Include the SquirrelMail initialization file. */ @@ -83,7 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {

-© 1999 - 2007 The SquirrelMail Project Team +© The SquirrelMail Project Team

display('footer.tpl');