5bc23ff9013e72a5092bf9bd745e207a894ed9b7
[squirrelmail.git] / doc / index.php
1 <?php
2
3 /**
4 * index.php
5 *
6 * Redirects to the index.html file.
7 *
8 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
11 * @package squirrelmail
12 */
13
14 header('Location: index.html');
15