From 42db7dd434e76d2d1d3c5b0631091d7d7369e7b0 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 24 Oct 2005 06:16:28 +0000 Subject: - configurable refresh rate. Thanks to James Wells. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2217 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/audit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/audit.php') 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); ?>