aboutsummaryrefslogtreecommitdiffstats
path: root/config/havp/antivirus.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-07-29 20:32:35 -0700
committerChris Buechler <cmb@pfsense.org>2011-07-29 20:32:35 -0700
commitddac412c976f6f5ffc54a9fbbc247c91df80c4df (patch)
treead38567b0065ed24c9dc2d6f59dfe4c4c541d0c0 /config/havp/antivirus.php
parent7a5feaaebb67f6c54695b24bdf4541a3727508e2 (diff)
parentc301d6b29779fcf728963bdbf1251b5249cde87a (diff)
downloadpfsense-packages-ddac412c976f6f5ffc54a9fbbc247c91df80c4df.tar.gz
pfsense-packages-ddac412c976f6f5ffc54a9fbbc247c91df80c4df.tar.bz2
pfsense-packages-ddac412c976f6f5ffc54a9fbbc247c91df80c4df.zip
Merge pull request #13 from LostInIgnorance/master
Changed to reflect YYYY.MM.DD
Diffstat (limited to 'config/havp/antivirus.php')
-rw-r--r--config/havp/antivirus.php2
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>";
}