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.
graphql/graphql_autorisations.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');
}