mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Update guardian to the re-written version. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
$subservices->{'65.guardian'} = {
|
|
'caption' => $Lang::tr{'guardian'},
|
|
'uri' => '/cgi-bin/guardian.cgi',
|
|
'title' => "$Lang::tr{'guardian'}",
|
|
'enabled' => '1',
|
|
};
|