Skip to content
Snippets Groups Projects
Commit 961ce6e3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed error blocking redirect

parent 4539f6ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment