fixed bug in mailbox_exists for shane
[squirrelmail.git] / index.php
... / ...
CommitLineData
1<?php
2 $headers = getallheaders();
3 $path = substr($PHP_SELF, 0, strrpos($PHP_SELF, '/'));
4 $location = $headers["Host"] . $path;
5
6 header("Location: http://$location/src/login.php\n\n");
7 exit();
8?>