squirrelmail/plugins/newmail/index.php
2002-12-31 12:49:43 +00:00

17 lines
No EOL
342 B
PHP

<?php
/**
** index.php -- Displays the main frameset
**
** Copyright (c) 1999-2003 The SquirrelMail development team
** Licensed under the GNU GPL. For full terms see the file COPYING.
**
** Redirects to the login page.
**
** $Id$
**/
header("Location:../../src/login.php\n\n");
exit();
?>