mirror of
https://github.com/webmin/webmin.git
synced 2026-08-06 07:50:40 +01:00
New JTA version
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
---- Changes since 1.270 ----
|
||||
Added a Module Config option for connecting to a server other than the one running Webmin, via an automatic process process on the Webmin server.
|
||||
Made SSL mode the default on all operating systems.
|
||||
---- Changes since 1.370 ----
|
||||
Updated the Java SSH applet to the latest version.
|
||||
|
||||
@@ -7,4 +7,3 @@ size=Custom width x height,0
|
||||
fontsize=Font size in points,3,Default
|
||||
detach=Separate window mode,1,1-Yes,0-No
|
||||
no_test=Test telnet or SSH server?,1,0-Yes,1-No
|
||||
applet=SSH applet to use,1,1-New version (SSH 1 and 2),0-Old version (SSH 1 only)
|
||||
|
||||
@@ -126,7 +126,7 @@ else {
|
||||
else {
|
||||
$w = 590; $h = 360;
|
||||
}
|
||||
$jar = $config{'applet'} ? "jta25.jar" : "jta20.jar";
|
||||
$jar = "jta26.jar";
|
||||
print "<applet archive=\"$jar\" code=de.mud.jta.Applet ",
|
||||
"width=$w height=$h>\n";
|
||||
printf "<param name=config value=%s>\n",
|
||||
@@ -137,7 +137,7 @@ else {
|
||||
if ($config{'host'}) {
|
||||
print "<param name=Socket.host value=$config{'host'}>\n";
|
||||
}
|
||||
elsif ($config{'applet'}) {
|
||||
else {
|
||||
print "<param name=Socket.host value=$ENV{'SERVER_NAME'}>\n";
|
||||
}
|
||||
if ($config{'script'}) {
|
||||
|
||||
BIN
telnet/jta20.jar
BIN
telnet/jta20.jar
Binary file not shown.
BIN
telnet/jta25.jar
BIN
telnet/jta25.jar
Binary file not shown.
BIN
telnet/jta26.jar
Normal file
BIN
telnet/jta26.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user