]>
Commit | Line | Data |
---|---|---|
24249567 MT |
1 | $subsystem->{'10.home'} = { |
2 | 'caption' => $tr{'alt home'}, | |
3 | 'uri' => '/cgi-bin/index.cgi', | |
4 | 'title' => "$tr{'alt home'}", | |
5 | 'enabled' => 1, | |
6 | }; | |
7 | $subsystem->{'20.dialup'} = { | |
8 | 'caption' => $tr{'alt dialup'}, | |
9 | 'uri' => '/cgi-bin/pppsetup.cgi', | |
10 | 'title' => "$tr{'alt dialup'}", | |
11 | 'enabled' => 1, | |
12 | }; | |
13 | $subsystem->{'30.passwords'} = { | |
14 | 'caption' => $tr{'sspasswords'}, | |
15 | 'uri' => '/cgi-bin/changepw.cgi', | |
16 | 'title' => "$tr{'sspasswords'}", | |
17 | 'enabled' => 1, | |
18 | }; | |
19 | $subsystem->{'40.ssh'} = { | |
20 | 'caption' => $tr{'ssh access'}, | |
21 | 'uri' => '/cgi-bin/remote.cgi', | |
22 | 'title' => "$tr{'ssh access'}", | |
23 | 'enabled' => 1, | |
24 | }; | |
25 | $subsystem->{'50.gui'} = { | |
26 | 'caption' => $tr{'gui settings'}, | |
27 | 'uri' => '/cgi-bin/gui.cgi', | |
28 | 'title' => "$tr{'gui settings'}", | |
29 | 'enabled' => 1, | |
30 | }; | |
31 | $subsystem->{'60.shutdown'} = { | |
32 | 'caption' => $tr{'shutdown'}, | |
33 | 'uri' => '/cgi-bin/shutdown.cgi', | |
34 | 'title' => "$tr{'shutdown'} / $tr{'reboot'}", | |
35 | 'enabled' => 1, | |
36 | }; | |
37 | $subsystem->{'99.credits'} = { | |
38 | 'caption' => $tr{'credits'}, | |
39 | 'uri' => '/cgi-bin/credits.cgi', | |
40 | 'title' => "$tr{'credits'}", | |
41 | 'enabled' => 1, | |
42 | }; |