X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=703daa5811f3bbc0afc2651a1ce68ebb55166e54;hp=1ece875f6c09d8f297a47d91b1f6ce7898ede7cf;hb=79ba18dc89b1b096ecdf0b77169d57e0caf661db;hpb=355861846a51d35efe50848869d680fd3b4a5316 diff --git a/index.php b/index.php index 1ece875f..703daa58 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'); -?>