summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-12 17:49:43 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-12 17:49:43 +0000
commit6648ae4717e1f52764f46231e67ec8a13b233bb1 (patch)
tree6572ccfaa804b8730dba2d75e11100441094c650 /frontends/php/include/classes.inc.php
parentfb82fb4385c95df5cb219ee078b84888a100a5de (diff)
downloadzabbix-6648ae4717e1f52764f46231e67ec8a13b233bb1.tar.gz
zabbix-6648ae4717e1f52764f46231e67ec8a13b233bb1.tar.xz
zabbix-6648ae4717e1f52764f46231e67ec8a13b233bb1.zip
permissions" message for graphs.
git-svn-id: svn://svn.zabbix.com/trunk@1172 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes.inc.php')
-rw-r--r--frontends/php/include/classes.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php
index 094badca..06d556bd 100644
--- a/frontends/php/include/classes.inc.php
+++ b/frontends/php/include/classes.inc.php
@@ -300,6 +300,8 @@
{
if(!check_right("Item","R",$this->items[0]["itemid"]))
{
+ $this->drawGrid();
+ ImageString($this->im, 2,$this->sizeX/2 -50,$this->sizeY+$this->shiftY+3, "NO PERMISSIONS" , $this->colors["Dark Red No Alpha"]);
ImagePng($this->im);
ImageDestroy($this->im);
exit;