MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /proc/self/root/usr/libexec/webmin/syslog-ng/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/libexec/webmin/syslog-ng/delete_destinations.cgi
#!/usr/bin/perl
# Delete multiple destinations

require './syslog-ng-lib.pl';
&ReadParse();
&error_setup($text{'ddelete_err'});
@d = split(/\0/, $in{'d'});
@d || &error($text{'ddelete_enone'});
foreach my $d (@d) {
          &check_dependencies('destination', $d) &&
	      &error(&text('ddelete_eused', $d));
	  }

&lock_file($config{'syslogng_conf'});
$conf = &get_config();
@dests = &find("destination", $conf);
foreach my $d (@d) {
	($dest) = grep { $_->{'value'} eq $d } @dests;
	$dest || &error($text{'destination_egone'});
	&save_directive($conf, undef, $dest, undef, 0);
	}

&unlock_file($config{'syslogng_conf'});
&webmin_log('delete', 'destinations', scalar(@d));
&redirect("list_destinations.cgi");

Anon7 - 2021