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.

14 lines
350 B

<?php
//préfixe
$rep=__DIR__.'/../';
//BD
$user= 'jeducourth';
$pass='achanger';
$dsn='mysql:host=localhost;dbname=dbjeducourth';
$con = new Connection($dsn,$user,$pass);
//Vues
//$vues['erreur']='vues/erreur.php';
//$vues['visitor']='vues/vuephp1.php';
//$vues['adminConnextion']='vues/vuephp1.php';
//$vues['adminParameter']='vues/vuephp1.php';
?>