Hinzugefügt:

* OpenVPN in Statusseite.
  * cftp - FTP-Client grafisch?!


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@159 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-04 23:24:58 +00:00
parent c980f4d2e5
commit ca35618d11
8 changed files with 107 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ my %servicenames =
$Lang::tr{'ntp server'} => 'ntpd',
$Lang::tr{'secure shell server'} => 'sshd',
$Lang::tr{'vpn'} => 'pluto',
$Lang::tr{'web proxy'} => 'squid'
$Lang::tr{'web proxy'} => 'squid',
$Lang::tr{'openvpn'} => 'openvpn'
);
my $iface = '';