moving functions to separate file, adding configuration files
[squirrelmail.git] / index.php
index 2e5cde837e0ebdde689db7fe57fbc1b8b58748b0..96b723403da636b45a1d3f43b71a8799fb1eab4f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,7 +1,17 @@
 <?php
-   include "functions/strings.php";
 
-   $location = get_location();
-   header("Location: $location/src/login.php\n\n");
-   exit();
+/**
+ * index.php -- Displays the main frameset
+ *
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * Redirects to the login page.
+ *
+ * $Id$
+ */
+
+header("Location: src/login.php\n\n");
+
 ?>
+<html></html>