historique::getIdRef("ACTION"), "idUser" => session::getId(), "idPage" => historique::getIdRef("/clients.html"), "log" => "Ajout du client : " . core::getPost("client") )); header("Location: /clients.html"); exit(); } else { header('HTTP/1.0 401 Unauthorized'); exit(); }