Add ajaxterm module to Webmin core

This commit is contained in:
Jamie Cameron
2011-04-28 21:51:14 -07:00
parent ab7d3796a2
commit afe0d49d6f
4 changed files with 5 additions and 3 deletions

2
ajaxterm/CHANGELOG Normal file
View File

@@ -0,0 +1,2 @@
---- Changes since 1.550 ----
First version of this module, which allows shell logins without the need to use a separate SSH client or even run an SSH server.

View File

@@ -71,7 +71,7 @@ if (!fork()) {
untie(*STDIN); close(STDIN);
untie(*STDOUT); close(STDOUT);
untie(*STDERR); close(STDERR);
$statfile = "$ENV{'WEBMIN_VAR'}/$module_name/$port";
$statfile = "$ENV{'WEBMIN_VAR'}/ajaxterm/$port";
while(1) {
my @st = stat($statfile);
if (@st && time() - $st[9] > $config{'timeout'}) {

View File

@@ -1,3 +1,3 @@
desc=Text Login
name=ajaxterm
version=1.3
longdesc=Access the shell on your system without the need for a separate SSH client, using Ajaxterm

View File

@@ -71,7 +71,7 @@ else {
"tunnel", "zones", "cluster-usermin", "dovecot", "syslog-ng",
"mailcap", "blue-theme", "ldap-client", "phpini", "filter",
"bacula-backup", "ldap-server", "exim", "tcpwrappers",
"package-updates", "system-status", "webmincron",
"package-updates", "system-status", "webmincron", "ajaxterm",
);
}
@dirlist = ( "Webmin" );