Hinzugefügt:

* OpenVPN GUI Alpha7
Geändert:
  * XAMPP von 1.5.3 --> 1.5.3a


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@152 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-02 15:59:39 +00:00
parent 0d0521b60c
commit 6e13d0a5c5
23 changed files with 4877 additions and 14 deletions

View File

@@ -59,6 +59,7 @@ my %sections = (
'kernel' => '(kernel)',
'ipsec' => '(ipsec_[\w_]+|pluto\[.*\])',
'snort' => '(snort)',
'openvpn' => '(openvpnserver)\[.*\]',
'installpackage' => '(installpackage\[.*\])'
);
@@ -74,6 +75,7 @@ my %trsections = (
'auth' => "$Lang::tr{'loginlogout'}",
'kernel' => "$Lang::tr{'kernel'}",
'ipsec' => 'IPSec',
'openvpn' => 'OpenVPN',
'snort' => 'Snort',
'installpackage' => "$Lang::tr{'update transcript'}"
);
@@ -350,8 +352,8 @@ print <<END
<table width='100%'>
<tr>
<td width='10%' align='center' class='boldbase'><b>$Lang::tr{'time'}</b></td>
<td width='15%' align='center' class='boldbase'><b>$Lang::tr{'section'}</b></td>
<td width='75%'>&nbsp;</td>
<td width='10%' align='center' class='boldbase'><b>$Lang::tr{'section'}</b></td>
<td width='80%'>&nbsp;</td>
</tr>
END
;