Fixed a another typo

This commit is contained in:
BNoiZe
2013-11-19 15:17:34 +01:00
parent e128f3484b
commit f5940db7b1

View File

@@ -254,7 +254,7 @@ while ($row = $result_stmt->fetch(PDO::FETCH_ASSOC)) {
'year' => date('Y', time()),
'month' => date('m', time()),
'day' => date('d', time()),
'stamp' => $time(),
'stamp' => time(),
'http' => $current_traffic['http'],
'ftp_up' => $current_traffic['ftp_up'],
'ftp_down' => $current_traffic['ftp_down'],