* Put the select back in. Something is wrong with UW/mh if removing this
[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 ?>