bd
continuous-integration/drone/push Build is passing Details

ServeurDeTest
nathan boileau 2 years ago
parent 6a422167ec
commit 5c9cd5a6fd

@ -5,7 +5,12 @@ Autoload::charger();
echo "test";
$control = new FrontController();
$db = new Connection();
$db->exec('INSERT INTO Utilisateur VALUES ("e","e","e", false)');
$res = $db->exec('SELECT * FROM Utilisateur');
echo $res;
// $control = new FrontController();
//session_regenerate_id(true);

Loading…
Cancel
Save