diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/havp/antivirus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/antivirus.php b/config/havp/antivirus.php index b4988817..0d8cda1d 100644 --- a/config/havp/antivirus.php +++ b/config/havp/antivirus.php @@ -70,7 +70,7 @@ function get_avdb_info() # datetime $dt = explode(" ", $s[1]); - $s[1] = strftime("%d.%m.%Y", strtotime("{$dt[0]} {$dt[1]} {$dt[2]}")); + $s[1] = strftime("%Y.%m.%d", strtotime("{$dt[0]} {$dt[1]} {$dt[2]}")); if ($s[0] == 'ClamAV-VDB') $r .= "<tr class='listr'><td $stl>{$fname}</td><td $stl>{$s[1]}</td><td $stl align='right'>$fsize</td><td $stl align='right'>{$s[2]}</td><td $stl align='right'>{$s[3]}</td><td $stl>{$s[7]}</td></tr>"; } |