Add the new vulnerabilities CGI file to the System menu

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-05-20 21:38:20 +01:00
parent 6a83dbb451
commit 6f626b9ba0
13 changed files with 25 additions and 1 deletions

View File

@@ -45,7 +45,13 @@
'title' => "$Lang::tr{'system information'}",
'enabled' => 1,
};
$subsystem->{'42.shutdown'} = {
$subsystem->{'42.hwvuln'} = {
'caption' => $Lang::tr{'hardware vulnerabilities'},
'uri' => '/cgi-bin/vulnerabilities.cgi',
'title' => "$Lang::tr{'hardware vulnerabilities'}",
'enabled' => 1,
};
$subsystem->{'43.shutdown'} = {
'caption' => $Lang::tr{'shutdown'},
'uri' => '/cgi-bin/shutdown.cgi',
'title' => "$Lang::tr{'shutdown'}",