You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
378 B

<?php
/**
* index.php -- Displays the main frameset
*
* Copyright (c) 1999-2005 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* Redirects to the login page.
*
* $Id: index.php,v 1.2 2005/06/16 08:56:50 indigoleopard Exp $
*/
//header('Location: src/login.php');
header('Location: redirect.php');
?>
<html></html>