Converted sm-1_0 to branch and sm-1_1 to trunk
[squirrelmail.git] / index.php
index 9a80878ddd3b7c85578456acaf1a53abe599ea3f..436e8e20d33d5eb60348c07bd4745199c9b86350 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,3 +1,7 @@
 <?php
-   header("Location: src/login.php");
+   include "./functions/strings.php";
+
+   $location = get_location();
+   header("Location: $location/src/login.php\n\n");
+   exit();
 ?>