Fix: Removed error blocking redirect
This commit is contained in:
parent
4539f6ce58
commit
961ce6e3e2
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user