Added agent time detail options.php time precision option

git-svn-id: svn://192.168.202.10@1691 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2011-07-08 21:37:56 +00:00
parent 85d0c54df2
commit 57d56d0fdd
3 changed files with 53 additions and 25 deletions
+5
View File
@@ -8,6 +8,7 @@
# CHANGELOG
# 101216-1043 - First Build
# 110307-1039 - Added upper-case/lower-case user setting
# 110708-1730 - Added precision time setting
#
# used by the realtime_report.php script
@@ -51,4 +52,8 @@ $RS_AGENTtimeSTATS = 0; # 0=no, 1=yes
# used by agent reports
$user_case = 0; # 1=upper-case, 2-lower-case, 0-no-case-change
# force time precision for reports
$TIME_agenttimedetail = 'H'; # H=hour, M=minute, S=second, HF=force hour
?>