Commit bbb605aa authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Refactoring massif OseAdmin & tout le système d'accès à l'application

parent a7d38959
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ class Driver implements DriverInterface
        if (!$password) throw new BddException('password non fourni');
        if (!$characterset) throw new BddException('characterset non fourni');

        putenv("NLS_LANGUAGE=FRENCH");

        $cs              = $host . ':' . $port . '/' . $dbname;
        $this->connexion = oci_pconnect($username, $password, $cs, $characterset);
        if (!$this->connexion) {