Vous êtes connecté en tant que anonymous Se Deconnecter
application/parameters.php
3957c7ee
 <?php
 
6602a9e3
 define('DSN_BDD1',"mysql:host=localhost;dbname=db1");
 define('USER_BDD1',"user1");
 define('PASS_BDD1',"pass1");
3957c7ee
 
6602a9e3
 define('DSN_BDD2',"mysql:host=localhost;dbname=db2");
 define('USER_BDD2',"user2");
 define('PASS_BDD2',"pass2");
3957c7ee
 
daf6e125
 define('PATH_URL',"http://vlan.localhost/");