mirror of
https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype.git
synced 2025-06-28 07:08:44 +02:00
Start repository
This commit is contained in:
20
front/alert.php
Normal file
20
front/alert.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* GLPI CVE Plugin - Vulnerability Alerts List
|
||||
*/
|
||||
|
||||
include ("../../../inc/includes.php");
|
||||
|
||||
Session::checkRight("plugin_cve_alert", READ);
|
||||
|
||||
Html::header(
|
||||
PluginCveCveAlert::getTypeName(Session::getPluralNumber()),
|
||||
$_SERVER['PHP_SELF'],
|
||||
"tools",
|
||||
"PluginCveCveMenu",
|
||||
"alert"
|
||||
);
|
||||
|
||||
Search::show('PluginCveCveAlert');
|
||||
|
||||
Html::footer();
|
Reference in New Issue
Block a user