WIP Add publilc interface for recruitment
This commit is contained in:
parent
a2dd80bcc8
commit
01adf73e53
@ -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')) {
|
||||
|
||||
@ -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')) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user