diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-15 18:53:33 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-15 18:53:33 +0000 |
commit | 20ff0332e4cebfb212300f3d9496f14e400a6234 (patch) | |
tree | 2e0cabe69c9bbc7ffca7d3b9783f788334f3cff2 /frontends/php/history.php | |
parent | f11bd43692bbd9c13e94cccad81eea4a92b7b06f (diff) | |
download | zabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.tar.gz zabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.tar.xz zabbix-20ff0332e4cebfb212300f3d9496f14e400a6234.zip |
- change copyright to SIA Zabbix (Alexei)
- added basic support for log[*] (Alexei)
- fixed processing of traps having character ':' (Alexei)
- added logfiles.h and logfiles.c (Alexei)
- group level start/stop monitoring (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/history.php')
-rw-r--r-- | frontends/php/history.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/history.php b/frontends/php/history.php index 9883a610..15cf54d1 100644 --- a/frontends/php/history.php +++ b/frontends/php/history.php @@ -1,7 +1,7 @@ <?php /* -** Zabbix -** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev +** ZABBIX +** Copyright (C) 2000-2005 SIA Zabbix ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -151,7 +151,7 @@ echo "<TABLE BORDER=0 COLS=2 ALIGN=CENTER WIDTH=100% BGCOLOR=\"#AAAAAA\" cellspacing=1 cellpadding=3>"; echo "<TR BGCOLOR=\"#CCCCCC\">"; - echo "<TD><B>".S_CLOCK."</B></TD>"; + echo "<TD><B>".S_TIMESTAMP."</B></TD>"; echo "<TD><B>".S_VALUE."</B></TD>"; echo "</TR>"; |