Fix: Removed error blocking redirect

This commit is contained in:
Laurent Destailleur 2013-05-21 19:53:10 +02:00
parent 4539f6ce58
commit 961ce6e3e2

View File

@ -68,7 +68,7 @@ $conffiletoshow = "htdocs/conf/conf.php";
// Include configuration
$result=include_once $conffile;
$result=@include_once $conffile; // Keep @ because with some error reporting this break the redirect
if (! $result && ! empty($_SERVER["GATEWAY_INTERFACE"])) // If install not done and we are in a web session
{