mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 19:00:22 +01:00
Add ajaxterm module to Webmin core
This commit is contained in:
2
ajaxterm/CHANGELOG
Normal file
2
ajaxterm/CHANGELOG
Normal 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.
|
||||
@@ -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'}) {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user