diff --git a/htdocs/install/etape0.php b/htdocs/install/etape0.php index 8b059747148..1bb76a2c42a 100644 --- a/htdocs/install/etape0.php +++ b/htdocs/install/etape0.php @@ -107,7 +107,7 @@ if (empty($_POST["db_user"])) */ if (! $error) { - $result=include_once($main_dir."/lib/databases/".$_POST["db_type"].".lib.php"); + $result=@include_once($main_dir."/lib/databases/".$_POST["db_type"].".lib.php"); if ($result) { // If we ask database or user creation we need to connect as root diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index d0bec95443b..b8bfe31e595 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -124,7 +124,7 @@ if (! empty($force_install_message))