* To reduce on errors, I moved the includes for config.php and strings.php
[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 ?>