You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
470 B
21 lines
470 B
<?php
|
|
|
|
//gen
|
|
$rep=__DIR__.'/../';
|
|
|
|
//BD
|
|
$user='emkartal1';
|
|
$pass='achanger';
|
|
$dsn='mysql:host=londres.uca.local;dbname=dbemkartal1';
|
|
|
|
//Vues
|
|
$vues['erreur']='vue/html/erreur.php';
|
|
$vues['inscription']='vue/html/inscription.php';
|
|
$vues['listPublic']='vue/html/PageListePublic.php';
|
|
$vues['listPrive']='vue/html/PageListePrive.php';
|
|
$vues['login']='vue/html/login.php';
|
|
$vues['NavBar']='vue/html/NavBar.php';
|
|
$vues['profil']='vue/html/profil.php';
|
|
|
|
?>
|