"Cosmetic" patch change in commented module information.
[squirrelmail.git] / index.php
index b482a801ff3a9b57b5cd9627d8cbde18b641c26c..436e8e20d33d5eb60348c07bd4745199c9b86350 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,3 +1,7 @@
-<?
-   header("Location: src/login.php");
+<?php
+   include "./functions/strings.php";
+
+   $location = get_location();
+   header("Location: $location/src/login.php\n\n");
+   exit();
 ?>