Exemplo n.º 1
0
<?php

$AJAX_INCLUDE = 1;
define('GLPI_ROOT', '../../../');
include GLPI_ROOT . "/inc/includes.php";
header("Content-Type: text/html; charset=UTF-8");
Html::header_nocache();
Session::checkLoginUser();
PluginFormcreatorQuestion::changeAddTypeQuestion($_REQUEST['value'], $_REQUEST['id']);
Html::ajaxFooter();