Correction erreurs, sécurisation code, personnalisation présentation (Jordan)

This commit is contained in:
Jordan Pelletier 2026-07-02 13:38:15 +02:00 committed by Jean-Christophe Engel
parent 717fc5320f
commit fffbfcac93
19 changed files with 822 additions and 471 deletions

View file

@ -12,7 +12,7 @@ $id = (int) qg('id');
$c = $client->get($id);
if (!$client)
if (!$c)
{
throw new UserException("Ce client n'existe pas.");
}