mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Layout index: added shutdown.cgi and menuentry. Also redesigned Layout
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
'title' => "$Lang::tr{'system information'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subsystem->{'42.fireinfo'} = {
|
||||
'caption' => $Lang::tr{'shutdown'},
|
||||
'uri' => '/cgi-bin/shutdown.cgi',
|
||||
'title' => "$Lang::tr{'shutdown'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subsystem->{'99.credits'} = {
|
||||
'caption' => $Lang::tr{'credits'},
|
||||
'uri' => '/cgi-bin/credits.cgi',
|
||||
|
||||
Reference in New Issue
Block a user