forked from tom.biard/ScienceQuest
parent
b73e92d0b6
commit
f58b1f291d
@ -1,22 +1,11 @@
|
||||
<?php
|
||||
namespace config;
|
||||
|
||||
//gen
|
||||
$rep=__DIR__.'/../';
|
||||
|
||||
// liste des modules à inclure
|
||||
|
||||
//$dConfig['includes']= array('controleur/Validation.php');
|
||||
|
||||
|
||||
//BD
|
||||
|
||||
$dsn="sasa";
|
||||
$login="";
|
||||
$mdp="";
|
||||
|
||||
//Vues
|
||||
|
||||
$vues['index']='vues/index.php';
|
||||
|
||||
$config = [
|
||||
"rep" => __DIR__.'/../',
|
||||
"db" => ["dsn" => '',
|
||||
"login" => '',
|
||||
"mdp" =>''],
|
||||
"vues" => ["index" => 'vues/index.php']
|
||||
];
|
||||
?>
|
Loading…
Reference in new issue