You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
344 B
PHP
18 lines
344 B
PHP
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
// Obligatoire
|
|
function graphql_autoriser() {
|
|
}
|
|
|
|
function autoriser_configurergraphql_menu_dist($faire, $type, $id, $qui, $opt) {
|
|
return ($qui['webmestre'] == 'oui');
|
|
}
|
|
|
|
function autoriser_graphql_dist($faire, $type, $id, $qui, $opt) {
|
|
return ($qui['webmestre'] == 'oui');
|
|
}
|