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

ServeurDeTest
Noé GARNIER 2 years ago
parent cead56f693
commit 210f452ff5

@ -2,6 +2,7 @@
class VisitorController class VisitorController
{ {
private EnigmeGateway $enigme_gateway;
function __construct() function __construct()
{ {
try { try {

@ -87,7 +87,6 @@ class VisitorModel
{ {
global $rep, $vues, $error; global $rep, $vues, $error;
try { try {
new UserModel();
echo "Home"; echo "Home";
require($rep . $vues['main']); require($rep . $vues['main']);
} catch (Exception $e) { } catch (Exception $e) {

Loading…
Cancel
Save