diff options
author | Colin Smith <colin@pfsense.org> | 2005-05-16 02:52:08 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-05-16 02:52:08 +0000 |
commit | 25540c7cec9407eeb6db8d7d4540d96af6747ca0 (patch) | |
tree | 7c699efdeb915f53c020edd71bdc20d7ff5d3c40 /usr/local/www | |
parent | ec9af71cf27aeb742f834a65e18dbb6cae5e1c8d (diff) | |
download | pfsense-25540c7cec9407eeb6db8d7d4540d96af6747ca0.zip pfsense-25540c7cec9407eeb6db8d7d4540d96af6747ca0.tar.gz |
Include the year a revision is made.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/diag_confbak.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php index a80d927..fd21390 100755 --- a/usr/local/www/diag_confbak.php +++ b/usr/local/www/diag_confbak.php @@ -84,7 +84,7 @@ if(is_array($confvers)) { <?php foreach($confvers as $version) { if($version['time'] != 0) { - $date = date("n/j H:i:s", $version['time']); + $date = date("n/j/y H:i:s", $version['time']); } else { $date = "Unknown"; } |