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
{
private EnigmeGateway $enigme_gateway;
function __construct()
{
try {

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

Loading…
Cancel
Save