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/cvesource.php
Normal file
20
front/cvesource.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* GLPI CVE Plugin - CVE Sources List
|
||||
*/
|
||||
|
||||
include ("../../../inc/includes.php");
|
||||
|
||||
Session::checkRight("plugin_cve_source", READ);
|
||||
|
||||
Html::header(
|
||||
PluginCveCveSource::getTypeName(Session::getPluralNumber()),
|
||||
$_SERVER['PHP_SELF'],
|
||||
"tools",
|
||||
"PluginCveCveMenu",
|
||||
"cvesource"
|
||||
);
|
||||
|
||||
Search::show('PluginCveCveSource');
|
||||
|
||||
Html::footer();
|
Reference in New Issue
Block a user