summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-24 06:16:28 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-24 06:16:28 +0000
commit42db7dd434e76d2d1d3c5b0631091d7d7369e7b0 (patch)
tree2a2f8365354b158cb12dd98f3a3cd6f8234b6fd8 /frontends/php/audit.php
parent505acfb155eb4f9265fe1d803997cd0f2a24c569 (diff)
downloadzabbix-42db7dd434e76d2d1d3c5b0631091d7d7369e7b0.tar.gz
zabbix-42db7dd434e76d2d1d3c5b0631091d7d7369e7b0.tar.xz
zabbix-42db7dd434e76d2d1d3c5b0631091d7d7369e7b0.zip
- configurable refresh rate. Thanks to James Wells. (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2217 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/audit.php')
-rw-r--r--frontends/php/audit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php
index 54952ef3..fc3922ad 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -22,7 +22,7 @@
include "include/config.inc.php";
$page["title"] = "S_AUDIT_LOG";
$page["file"] = "audit.php";
- show_header($page["title"],30,0);
+ show_header($page["title"],1,0);
?>
<?php