From 01adf73e53487a90760650f8dee9917635f73ea0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Jul 2020 22:02:49 +0200 Subject: [PATCH] WIP Add publilc interface for recruitment --- htdocs/public/ticket/list.php | 2 +- htdocs/public/ticket/view.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/public/ticket/list.php b/htdocs/public/ticket/list.php index 40e6e55cb33..60f52838bf6 100644 --- a/htdocs/public/ticket/list.php +++ b/htdocs/public/ticket/list.php @@ -18,7 +18,7 @@ /** * \file htdocs/public/ticket/list.php * \ingroup ticket - * \brief Public file to add and manage ticket + * \brief Public file to list tickets */ if (!defined('NOCSRFCHECK')) { diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php index ee8865170af..800141244f0 100644 --- a/htdocs/public/ticket/view.php +++ b/htdocs/public/ticket/view.php @@ -19,7 +19,7 @@ /** * \file htdocs/public/ticket/view.php * \ingroup ticket - * \brief Public file to add and manage ticket + * \brief Public file to show one ticket */ if (!defined('NOCSRFCHECK')) {