Removed unneeded time zone and comment.

This commit is contained in:
screwloose83
2016-12-11 02:08:14 +11:00
committed by Győrvári Gábor
parent dd78eee67a
commit 608caf6d5e

View File

@@ -120,7 +120,6 @@ class MalwareScanner
private function report($start, $dir)
{
date_default_timezone_set('Australia/Melbourne');
$end = time();
echo 'Start time: ' . strftime('%Y-%m-%d %H:%M:%S', $start) . PHP_EOL;
echo 'End time: ' . strftime('%Y-%m-%d %H:%M:%S', $end) . PHP_EOL;
@@ -137,8 +136,6 @@ date_default_timezone_set('Australia/Melbourne');
$fileContent = file_get_contents($path);
$found = false;
//$ExtraCheck = true;
// check against simple text matches
$patterns = array(
'uname -a',