X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=a612191fbdcdef3f714aef7d3248b5b2cb77db2f;hp=ffc8ee5b9e573c29ffe42ee4fee9ae4bd3aef4d1;hb=a1d29fb8ec4da41eea13f093cf58f33082b7a84e;hpb=0da814b12e6c9003ccaec4cf4d7513183779ad95 diff --git a/index.php b/index.php index ffc8ee5b..a612191f 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.

"; + echo '

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\n\n"); +// If we are, go ahead to the login page. +header('Location: src/login.php'); -?> - +?> \ No newline at end of file