Install.php

This commit is contained in:
Dany De Bontridder 2018-03-15 09:30:25 +01:00
parent 8114203092
commit db9c6f25c0

View file

@ -378,6 +378,12 @@ if ( $flag_php==0 ) {
} else {
echo '<p class="warning"> '._('php mal configuré ').$failed.' </p>';
}
// Check that the module for postgres is installed before testing the version
if (! function_exists("pg_connect")) {
echo _("Module php-pgsql n'est pas installé");
return;
}
/* check user */
if ( (defined("MULTI") && MULTI==1)|| !defined("MULTI"))
{