require 'xterm-lib.pl'; # acl_security_form(&options) # Output HTML for editing security options for the xterm module sub acl_security_form { my ($o) = @_; print &ui_table_row($text{'acl_user'}, &ui_opt_textbox("user", $o->{'user'} eq '*' ? undef : $o->{'user'}, 20, $text{'acl_sameuser'})); } sub acl_security_save { my ($o) = @_; $o->{'user'} = $in{'user_def'} ? '*' : $in{'user'}; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
lang | Folder | 0755 |
|
|
rc | Folder | 0755 |
|
|
acl_security.pl | File | 395 B | 0644 |
|
config | File | 53 B | 0644 |
|
config.info | File | 591 B | 0644 |
|
defaultacl | File | 10 B | 0644 |
|
index.cgi | File | 7.06 KB | 0755 |
|
module.info | File | 176 B | 0644 |
|
shellserver.pl | File | 4.65 KB | 0755 |
|
websockets-lib-funcs.pl | File | 2.53 KB | 0644 |
|
xterm-addon-attach.js | File | 1.63 KB | 0644 |
|
xterm-addon-fit.js | File | 1.45 KB | 0644 |
|
xterm-lib.pl | File | 886 B | 0644 |
|
xterm.css | File | 2.18 KB | 0644 |
|
xterm.js | File | 269.72 KB | 0644 |
|