|
|
|
@ -11,7 +11,7 @@ require_once __DIR__ . '/config/config.php';
|
|
|
|
|
|
|
|
|
|
require __DIR__ . '/vendor/autoload.php';
|
|
|
|
|
|
|
|
|
|
$co = new \Gateway\Connection('pgsql:host=localhost;dbname=dbwikifantasy;', 'kiem', '');
|
|
|
|
|
$co = new \Gateway\Connection("pgsql:host=localhost;dbname={$base};", $login, $mdp);
|
|
|
|
|
|
|
|
|
|
//twig
|
|
|
|
|
$loader = new \Twig\Loader\FilesystemLoader('vue/templates');
|
|
|
|
@ -20,7 +20,7 @@ $twig = new \Twig\Environment($loader, [
|
|
|
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$cont = new Controleur\FrontControler($co);
|
|
|
|
|
$cont = new Controleur\FrontControler();
|
|
|
|
|
|
|
|
|
|
session_unset();
|
|
|
|
|
session_destroy();
|
|
|
|
|