X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=a612191fbdcdef3f714aef7d3248b5b2cb77db2f;hp=92f94cd419036789e74616071f130aae1960d9a3;hb=8952fae00c441d036843f2e31407562a3484d23e;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6 diff --git a/index.php b/index.php index 92f94cd4..a612191f 100644 --- a/index.php +++ b/index.php @@ -1,20 +1,25 @@

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'); -?> +?> \ No newline at end of file