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