summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart6.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-26 14:30:27 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-26 14:30:27 +0000
commitb09b9afef4f9b1e1d29f5b759832554dab0c9cc8 (patch)
tree117d36c0c45cfb286c43d7b0ee1881f867a1a5cd /frontends/php/chart6.php
parentfca93a0754ca3124185dbebbc2431c6c5f4d774b (diff)
downloadzabbix-b09b9afef4f9b1e1d29f5b759832554dab0c9cc8.tar.gz
zabbix-b09b9afef4f9b1e1d29f5b759832554dab0c9cc8.tar.xz
zabbix-b09b9afef4f9b1e1d29f5b759832554dab0c9cc8.zip
- added units to "Pie graphs" (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5538 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart6.php')
-rw-r--r--frontends/php/chart6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart6.php b/frontends/php/chart6.php
index 6ce57448..0149f4ed 100644
--- a/frontends/php/chart6.php
+++ b/frontends/php/chart6.php
@@ -23,7 +23,7 @@
require_once "include/graphs.inc.php";
require_once "include/classes/pie.inc.php";
- $page["file"] = "chart2.php";
+ $page["file"] = "chart6.php";
$page["title"] = "S_CHART";
$page["type"] = PAGE_TYPE_IMAGE;