185d0f3770839a0397d856afe7fa47de445da5fe
[squirrelmail-change-pass-cn.git] / change_pass / index.php
1 <?php
2
3    /**
4     **  index.php -- Displays the main frameset
5     **
6     **  Copyright (c) 1999-2002 The SquirrelMail development team
7     **  Licensed under the GNU GPL. For full terms see the file COPYING.
8     **
9     **  Redirects to the login page.
10     **
11     **/
12
13    header("Location:../../src/login.php\n\n");
14    exit();
15
16 ?>