X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=index.php;h=13f827b0298924934dafce0b60d69fd3652c9c1c;hb=95c4b615a2699133cd296c42b7961a21b02b5973;hp=b482a801ff3a9b57b5cd9627d8cbde18b641c26c;hpb=babe7398930ec71957021eb06304bf8bc2b18d66;p=squirrelmail.git diff --git a/index.php b/index.php index b482a801..13f827b0 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,25 @@ - +

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