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

ServeurDeTest
Noé GARNIER 2 years ago
parent 139cff3a03
commit 6bd4e44cda

@ -276,7 +276,7 @@ class UserController
} }
catch (Exception $e) { catch (Exception $e) {
$error = $e->getMessage(); $error = $e->getMessage();
require($rep . $vues['erreur']); echo $error;
} }
} }
public function saveCodeInCookie(){ public function saveCodeInCookie(){

Loading…
Cancel
Save