mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Implement wireless client on RED.
http://wishlist.ipfire.org/wish/wireless-client-on-red Conflicts: doc/language_issues.de doc/language_issues.en doc/language_issues.es doc/language_issues.fr doc/language_issues.pl doc/language_issues.ru src/misc-progs/Makefile
This commit is contained in:
committed by
Stefan Schantl
parent
139e30d135
commit
61027579bb
@@ -10,6 +10,12 @@
|
||||
'title' => "$Lang::tr{'alt dialup'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subsystem->{'21.wlan'} = {
|
||||
'caption' => $Lang::tr{'wlan client'},
|
||||
'uri' => '/cgi-bin/wirelessclient.cgi',
|
||||
'title' => "$Lang::tr{'wlan client'}",
|
||||
'enabled' => 0,
|
||||
};
|
||||
$subsystem->{'30.ssh'} = {
|
||||
'caption' => $Lang::tr{'ssh access'},
|
||||
'uri' => '/cgi-bin/remote.cgi',
|
||||
|
||||
Reference in New Issue
Block a user