Viewing my Sent messages (#1002 - 902) caused a buffer overflow or something
[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 ?>