Add full date and time as "title" (mouseover) text for dates shown on the message...
[squirrelmail.git] / doc / index.php
CommitLineData
7f0dbd10 1<?php
2
3/**
4 * index.php
5 *
6 * Redirects to the index.html file.
7 *
79ba18dc 8 * @copyright 1999-2013 The SquirrelMail Project Team
7f0dbd10 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9c0dc8c3 10 * @version $Id$
7f0dbd10 11 * @package squirrelmail
12 */
13
14header('Location: index.html');
15