1234567891011121314151617 |
- <?php
- /**
- * index.php -- Displays the main frameset
- *
- * Redirects to the login page.
- *
- * @version $Id$
- * @copyright (c) 1999-2004 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @package plugins
- * @subpackage filters
- */
- header("Location:../../src/login.php\n\n");
- exit();
- ?>
|