summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-03 11:04:01 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-03 11:04:01 +0000
commit401e47c3a3f0edeb031c6c73a47225bb6e70d7d6 (patch)
tree4b3777051c565276308f3b3379fcef9a277fcc33 /frontends/php/charts.php
parentf7f9b5c3c145c55e67c8996740190bebfcf385ff (diff)
downloadzabbix-401e47c3a3f0edeb031c6c73a47225bb6e70d7d6.tar.gz
zabbix-401e47c3a3f0edeb031c6c73a47225bb6e70d7d6.tar.xz
zabbix-401e47c3a3f0edeb031c6c73a47225bb6e70d7d6.zip
- [DEV-126] moved graphs,maps,screens to dashboard, implemented quick add to favorites (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5432 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index 59bc4cd2..7520e549 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -36,7 +36,7 @@
define('ZBX_PAGE_NO_MENU', 1);
}
- if(isset($_REQUEST['graphid']) && $_REQUEST['graphid'] > 0 && !isset($_REQUEST['period']) && !isset($_REQUEST['stime']))
+ if(isset($_REQUEST['graphid']) && $_REQUEST['graphid'] > 0 && !isset($_REQUEST['period']) && !isset($_REQUEST['stime']) && (PAGE_TYPE_HTML == $page['type']))
{
define('ZBX_PAGE_DO_REFRESH', 1);
}