Ejemplo n.º 1
0
<?php

include "../../../inc/includes.php";
if ($_SESSION["glpiactiveprofile"]["interface"] == "central") {
    Html::header("TITRE", $_SERVER['PHP_SELF'], "plugins", "vip", "optionname");
} else {
    Html::helpHeader("TITRE", $_SERVER['PHP_SELF']);
}
$pluginvip = new PluginVipTicket();
$test = $pluginvip->find();
sort($test);
Search::show('PluginVipTicket');
Html::footer();
Ejemplo n.º 2
0
<?php

include "../../../inc/includes.php";
Session::checkRight("profile", "r");
$grp = new PluginVipGroup();
if (isset($_POST['update_vip_group'])) {
    $grp->update($_POST);
    PluginVipTicket::updateVipDb();
    Html::back();
}