From 961ce6e3e2837ba19ca76223ea9c95a7f0f4263e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 May 2013 19:53:10 +0200 Subject: [PATCH] Fix: Removed error blocking redirect --- htdocs/filefunc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index b93d383638b..545a0254eed 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -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 {