summaryrefslogtreecommitdiffstats
path: root/frontends/php/history.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-22 12:54:59 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-22 12:54:59 +0000
commit1ea1666e3f79459a3c99f2ef073e965021717536 (patch)
tree7629c9553e2cde154239d9f9cc2f8c86243f09a0 /frontends/php/history.php
parent0bbd8c3b373ab8437d977930536c53da643acb45 (diff)
downloadzabbix-1ea1666e3f79459a3c99f2ef073e965021717536.tar.gz
zabbix-1ea1666e3f79459a3c99f2ef073e965021717536.tar.xz
zabbix-1ea1666e3f79459a3c99f2ef073e965021717536.zip
- fixed limit error in alarms (Eugene)
- fixed (2. SQL errors in frontend) (Eugene) from URL: http://www.zabbix.com/forum/showthread.php?t=2837 git-svn-id: svn://svn.zabbix.com/trunk@2876 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/history.php')
-rw-r--r--frontends/php/history.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/history.php b/frontends/php/history.php
index aafab46b..22a611f7 100644
--- a/frontends/php/history.php
+++ b/frontends/php/history.php
@@ -20,6 +20,7 @@
?>
<?php
$page["file"]="history.php";
+ $page["menu.url"]="latest.php";
include "include/config.inc.php";
include "include/forms.inc.php";