X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ftranslate%2Findex.php;h=c9c6b07ae1b061527759c1ef6d9cdbca11127c6a;hp=bd44a24bbe3473245e715e7a305a4c207b5e88d7;hb=82d304a0501324b276cabab1870755d5352bd21c;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;ds=sidebyside diff --git a/plugins/translate/index.php b/plugins/translate/index.php index bd44a24b..c9c6b07a 100644 --- a/plugins/translate/index.php +++ b/plugins/translate/index.php @@ -3,15 +3,17 @@ /** ** index.php -- Displays the main frameset ** - ** Copyright (c) 1999-2003 The SquirrelMail development team + ** Copyright (c) 1999-2004 The SquirrelMail development team ** Licensed under the GNU GPL. For full terms see the file COPYING. ** ** Redirects to the login page. ** ** $Id$ + * @package plugins + * @subpackage translate **/ header("Location:../../src/login.php\n\n"); exit(); -?> \ No newline at end of file +?>