X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=00ee7d0964f5b7164dac9c4e5e987894be9d9c61;hp=1ece875f6c09d8f297a47d91b1f6ce7898ede7cf;hb=d930613a5baaab3bff31e2d01cb835d52d0dc7e9;hpb=355861846a51d35efe50848869d680fd3b4a5316 diff --git a/index.php b/index.php index 1ece875f..00ee7d09 100644 --- a/index.php +++ b/index.php @@ -1,20 +1,24 @@

ERROR: Config file ' . + '"config/config.php" not found. You need to ' . + 'configure SquirrelMail before you can use it.

'; + exit; +} -$location = get_location(); -header("Location: $location/src/login.php\n\n"); -exit(); +// If we are, go ahead to the login page. +header('Location: src/login.php'); -?>