Install.php
This commit is contained in:
parent
8114203092
commit
db9c6f25c0
1 changed files with 6 additions and 0 deletions
|
|
@ -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"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue