mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Add the new vulnerabilities CGI file to the System menu
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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'}",
|
||||
|
||||
Reference in New Issue
Block a user