decommenter

correction_routeur
gwplanchon 1 year ago
parent 9107b9c9eb
commit b611b43a92

@ -11,7 +11,7 @@ class FrontController
{ {
global $twig, $router; global $twig, $router;
//$con = new Connection("mysql:host=mysql;dbname=iut", "aljeudilem", "22061337"); $con = new Connection("mysql:host=mysql;dbname=iut", "aljeudilem", "22061337");
$router->map('GET|POST', '/', 'null'); $router->map('GET|POST', '/', 'null');
$router->map('GET|POST', '/join', 'join'); $router->map('GET|POST', '/join', 'join');

Loading…
Cancel
Save