Vous êtes connecté en tant que anonymous Se Deconnecter
application/parameters.php
3957c7ee
 <?php
 
 define('DSN_FICHES',"mysql:host=localhost;dbname=db1");
 define('USER_FICHES',"user1");
 define('PASS_FICHES',"pass1");
 
 define('DSN_ABITOP',"mysql:host=localhost;dbname=db2");
 define('USER_ABITOP',"user2");
 define('PASS_ABITOP',"pass2");
 
 define('PATH_URL',"http://ssdom.domain.tld/public/");