Add PHP index file
[squirrelmail.git] / doc / index.php
diff --git a/doc/index.php b/doc/index.php
new file mode 100644 (file)
index 0000000..5bc23ff
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * index.php
+ *
+ * Redirects to the index.html file.
+ *
+ * @copyright &copy; 1999-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
+ * @package squirrelmail
+ */
+
+header('Location: index.html');
+