diff --git a/html/install.php b/html/install.php index 20b0400c0..e366cb435 100644 --- a/html/install.php +++ b/html/install.php @@ -363,7 +363,15 @@ if ( ini_get("register_globals") == true) { $flag_php++; } echo ""; - +// Check for open_basedir +if ( ini_get("open_basedir") != "") { + echo "
'._('php.ini est bien configuré ').$succeed.'
';