summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-21 18:41:45 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-21 18:41:45 +0000
commit7b8199f4bbc932f3d72c6c67e4205c8ef4aed704 (patch)
tree26e77b279bc27c922ac51ca644bec5f790912441 /frontends/php/index.php
parent043dbb70cbc557bbc5f70a74453e506546148963 (diff)
- status of triggers changes if host/item status has been changed (Alexei)
- status of triggers is set correctly even if zabbix is restarted (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@412 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 96cf5bcc..0aa931c2 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -40,8 +40,6 @@
else
{
echo "<center>";
- echo "Connected as ".$USER_DETAILS["alias"];
- echo "<br>";
echo "Press <a href=\"index.php?reconnect=1\">here</a> to reconnect";
echo "</center>";
}