Changed regexps
[squirrelmail.git] / index.php
1 <?php
2 include "./functions/strings.php";
3
4 $location = get_location();
5 header("Location: $location/src/login.php\n\n");
6 exit();
7 ?>