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
423 B
21 lines
423 B
<?php
|
|
|
|
//gen
|
|
$rep=__DIR__.'/../';
|
|
|
|
/*
|
|
$bdd["dsn"] = "mysql:host=localhost;dbname=blogphp";
|
|
$bdd["username"] = "root";
|
|
$bdd["password"] = "";
|
|
|
|
$layout['head'] = 'vues/includes/head.php';
|
|
$layout['footer'] = 'vues/includes/footer.php';
|
|
|
|
$vues['homePage'] = 'vues/homePage.php';
|
|
$vues['error'] = 'vues/error.php';
|
|
$vues['score'] = 'vues/score.php';
|
|
*/
|
|
$vues['homePage'] = 'vues/homePage.php';
|
|
$vues['jeu'] = '../set.html';
|
|
|
|
?>
|