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.
16 lines
335 B
16 lines
335 B
<?php
|
|
|
|
|
|
//préfixe
|
|
$rep = __DIR__ . '/../';
|
|
//BD
|
|
$user = 'jeducourth';
|
|
$pass = 'achanger';
|
|
$dsn = 'mysql:host=localhost;dbname=dbjeducourth';
|
|
|
|
//Vues
|
|
$vues['erreur'] = 'vues/erreur.php';
|
|
$vues['listeNews'] = 'vues/listeNews.php';
|
|
$vues['connexionView'] = 'vues/connexionView.php';
|
|
$vues['Administration'] = 'vues/Administration.php';
|