403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/home/SERVERWEB/webmin-2.105/webmin/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/home/SERVERWEB/webmin-2.105/webmin/syslog_logs.pl
# Contains a function to supply the syslog module with extra logs

do 'webmin-lib.pl';

# syslog_getlogs()
# Returns the Webmin error log
sub syslog_getlogs
{
my %miniserv;
&get_miniserv_config(\%miniserv);
if ($miniserv{'errorlog'} eq '-') {
	# Logging to stdout
	return ( );
	}
elsif ($miniserv{'errorlog'}) {
	# Specific file
	return ( { 'file' => $miniserv{'errorlog'},
		   'desc' => $text{'syslog_errorlog'},
		   'active' => 1, } );
	}
elsif ($miniserv{'logfile'} =~ /^(.*)\/[^\/]+$/) {
	# Relative to main log
	return ( { 'file' => "$1/miniserv.error",
		   'desc' => $text{'syslog_errorlog'},
		   'active' => 1, } );
	}
}


Youez - 2016 - github.com/yon3zu
LinuXploit