This closes bug #453335
[squirrelmail.git] / index.php
CommitLineData
59177427 1<?php
3751dc7f 2 include "./functions/strings.php";
8241c8d9 3
1195c340 4 $location = get_location();
2e8d4c5b 5 header("Location: $location/src/login.php\n\n");
8241c8d9 6 exit();
babe7398 7?>