X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=d1ed5e9533d78f8152df32ccdb45596a9e7f4371;hp=b482a801ff3a9b57b5cd9627d8cbde18b641c26c;hb=39352565ef2e2f1d438b23a5c291ec9e655ae8a0;hpb=babe7398930ec71957021eb06304bf8bc2b18d66 diff --git a/index.php b/index.php index b482a801..d1ed5e95 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,24 @@ - +

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

'; + exit; +} + +// If we are, go ahead to the login page. +header('Location: src/login.php'); +