Pārlūkot izejas kodu

Add PHP index file

pdontthink 16 gadi atpakaļ
vecāks
revīzija
7bc0255420
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15 0
      doc/index.php

+ 15 - 0
doc/index.php

@@ -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');
+