| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/webmin/firewall/ |
Upload File : |
do 'firewall-lib.pl';
sub cgi_args
{
my ($cgi) = @_;
if ($cgi eq 'edit_rule.cgi') {
my @tables = grep { &can_edit_table($_->{'name'}) }
&get_iptables_save();
if (@tables) {
my @rules = @{$tables[0]->{'rules'}};
if (@rules) {
return 'table='.&urlize($tables[0]->{'name'}).
'&idx='.$rules[0]->{'index'};
}
return 'table='.&urlize($tables[0]->{'name'}).'&new=1';
}
return 'none';
}
return undef;
}