one more identity action to process
[squirrelmail.git] / images / themes / none / index.php
CommitLineData
6395c46d 1<?php
2
3/**
4 * index.php -- Displays the main frameset
5 *
ba6338ee 6 * Copyright (c) 1999-2005 The SquirrelMail Project Team
6395c46d 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Redirects to the login page.
10 *
11 * $Id$
12 */
13
14header("Location: src/login.php\n\n");
15
16?>
91e0dccc 17<html></html>