New JTA version

This commit is contained in:
Jamie Cameron
2008-11-09 21:22:17 +00:00
parent 9265b9e419
commit cddfdae06a
6 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -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'}) {

Binary file not shown.

Binary file not shown.

BIN
telnet/jta26.jar Normal file

Binary file not shown.