11 lines
No EOL
298 B
PHP
11 lines
No EOL
298 B
PHP
<?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/"); |