File "Log.php"
Full Path: /home/rrterraplen/public_html/wp-content-20241221212636/plugins/quttera-web-malware-scanner/Log.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once('qtrLogger.php');
$logger = new CQtrLogger();
$lines = $logger->GetAllLines();
foreach($lines as $line){
printf("%s %s\n",$line[1],$line[2]);
}
?>