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

This commit is contained in:
Jean-Christophe Engel 2026-07-02 13:38:15 +02:00
parent 717fc5320f
commit 4c71100366
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.");
}