X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=8d9e4e974f3ee237f5ae974eccb9dc7858ccf419;hp=0914d2fa92fd4ba2711db48f9a1aad92a7982776;hb=2cbaf68d7c33d85dce89a5156704fcb664118e48;hpb=445903f6a81ee82088a9374ce440c0881d428cec diff --git a/index.php b/index.php index 0914d2fa..8d9e4e97 100644 --- a/index.php +++ b/index.php @@ -1,25 +1,25 @@

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

'; + exit; +} - // Redirect - 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