Corection de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 71e8816dd8
commit 96e45a72a3

@ -14,6 +14,15 @@ class UserController
case NULL: case NULL:
$this->goToHome(); $this->goToHome();
break; break;
case "goToHome":
$this->goToHome();
break;
case "goToPresentation":
$this->goToPresentation();
break;
case "goToEnigme":
$this->goToEnigme();
break;
case "goToTest": case "goToTest":
$this->goToTest(); $this->goToTest();
break; break;
@ -38,6 +47,9 @@ class UserController
case "goToNext": case "goToNext":
$this->goToNext(); $this->goToNext();
break; break;
case "goToQueue":
$this->goToQueue()();
break;
case "logout": case "logout":
$this->logout(); $this->logout();
break; break;

Loading…
Cancel
Save