summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart2.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-05 21:04:27 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-05 21:04:27 +0000
commitc2e3a22e3058040bc16980d805e509cca31fde55 (patch)
treeb561b6c991f44ada89fc481433a3d430042cca2f /frontends/php/chart2.php
parenteb9756514b11aef945b7caa32ef5e2d8e6702f54 (diff)
downloadzabbix-c2e3a22e3058040bc16980d805e509cca31fde55.tar.gz
zabbix-c2e3a22e3058040bc16980d805e509cca31fde55.tar.xz
zabbix-c2e3a22e3058040bc16980d805e509cca31fde55.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1139 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart2.php')
-rw-r--r--frontends/php/chart2.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php
index fd1345d6..2f223b06 100644
--- a/frontends/php/chart2.php
+++ b/frontends/php/chart2.php
@@ -31,6 +31,10 @@
{
$graph->setFrom($HTTP_GET_VARS["from"]);
}
+ if(isset($HTTP_GET_VARS["stime"]))
+ {
+ $graph->setSTime($HTTP_GET_VARS["stime"]);
+ }
if(isset($HTTP_GET_VARS["border"]))
{
$graph->setBorder(0);