mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-30 15:58:42 +02:00
Feature GLP11
This commit is contained in:
@ -35,9 +35,9 @@
|
||||
|
||||
use GlpiPlugin\Example\RuleTestCollection;
|
||||
|
||||
include ('../../../inc/includes.php');
|
||||
include('../../../inc/includes.php');
|
||||
Session::checkLoginUser();
|
||||
|
||||
$rulecollection = new RuleTestCollection();
|
||||
|
||||
include (GLPI_ROOT . "/front/rule.common.php");
|
||||
include(GLPI_ROOT . "/front/rule.common.php");
|
||||
|
Reference in New Issue
Block a user