403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/libexec/webmin/fsdump/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/libexec/webmin/fsdump/acl_security.pl
do 'fsdump-lib.pl';

# acl_security_form(&options)
# Output HTML for editing security options for the acl module
sub acl_security_form
{
print &ui_table_row($text{'acl_edit'},
		      &ui_yesno_radio('edit', $_[0]->{'edit'}));

print &ui_table_row($text{'acl_restore'},
		      &ui_yesno_radio('restore', $_[0]->{'restore'}));

print &ui_table_row($text{'acl_cmds'},
		      &ui_yesno_radio('cmds', $_[0]->{'cmds'}));

print &ui_table_row($text{'acl_extra'},
		      &ui_yesno_radio('extra', $_[0]->{'extra'}));

print &ui_table_row($text{'acl_dirs'},
		      &ui_radio("dirs_def", $_[0]->{'dirs'} eq "*" ? 1 : 0,
			        [ [ 1, $text{'acl_all'} ],
				  [ 0, $text{'acl_list'} ] ])."<br>\n".
		      &ui_textarea("dirs", $_[0]->{'dirs'} eq "*" ? "" :
				      join("\n", split(/\t/, $_[0]->{'dirs'})),
				   5, 50), 3);
}

# acl_security_save(&options)
# Parse the form for security options for the acl module
sub acl_security_save
{
$_[0]->{'edit'} = $in{'edit'};
$_[0]->{'restore'} = $in{'restore'};
$_[0]->{'cmds'} = $in{'cmds'};
$_[0]->{'extra'} = $in{'extra'};
$in{'dirs'} =~ s/\r//g;
$_[0]->{'dirs'} = $in{'dirs_def'} ? "*" :
			join("\t", split(/\n/, $in{'dirs'}));
}


Youez - 2016 - github.com/yon3zu
LinuXploit