I think plural tense should use only ' instead of 's
[squirrelmail.git] / index.php
CommitLineData
59177427 1<?php
8863d46c 2
35586184 3/**
4 * index.php -- Displays the main frameset
5 *
82d304a0 6 * Copyright (c) 1999-2004 The SquirrelMail Project Team
35586184 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Redirects to the login page.
10 *
11 * $Id$
12 */
8863d46c 13
b5534f7a 14header("Location: src/login.php\n\n");
35586184 15
43bfec11 16?>
17<html></html>