WIP Add publilc interface for recruitment

This commit is contained in:
Laurent Destailleur 2020-07-26 22:02:49 +02:00
parent a2dd80bcc8
commit 01adf73e53
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
/** /**
* \file htdocs/public/ticket/list.php * \file htdocs/public/ticket/list.php
* \ingroup ticket * \ingroup ticket
* \brief Public file to add and manage ticket * \brief Public file to list tickets
*/ */
if (!defined('NOCSRFCHECK')) { if (!defined('NOCSRFCHECK')) {

View File

@ -19,7 +19,7 @@
/** /**
* \file htdocs/public/ticket/view.php * \file htdocs/public/ticket/view.php
* \ingroup ticket * \ingroup ticket
* \brief Public file to add and manage ticket * \brief Public file to show one ticket
*/ */
if (!defined('NOCSRFCHECK')) { if (!defined('NOCSRFCHECK')) {