X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=index.php;h=d30e6a52c972a74327e4a0ef45303fa8af805c0c;hb=caf0ab1de11a5cafc878e424ef0d55dbc0350dd1;hp=b482a801ff3a9b57b5cd9627d8cbde18b641c26c;hpb=babe7398930ec71957021eb06304bf8bc2b18d66;p=squirrelmail.git diff --git a/index.php b/index.php index b482a801..d30e6a52 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'); +