summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-30 10:00:56 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-30 10:00:56 +0000
commitb45f01fc040bc1f3f028814f2aab42a995837f20 (patch)
tree785af96c0d1c99d47072de44f4b325e58ea35e4a /frontends/php/index.php
parentb9c0d1a9d017ae94759f0058466912fdfcac67b0 (diff)
downloadzabbix-b45f01fc040bc1f3f028814f2aab42a995837f20.tar.gz
zabbix-b45f01fc040bc1f3f028814f2aab42a995837f20.tar.xz
zabbix-b45f01fc040bc1f3f028814f2aab42a995837f20.zip
- [DEV-161] changed greeting message (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5675 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 218f8f05..024c1b0b 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -146,7 +146,7 @@ include_once "include/page_header.php";
}
else{
$logoff = new CLink('here', '?reconnect=1', 'styled');
- echo '<div align="center" class="textcolorstyles">Press '.$logoff->ToString().' to disconnect/reconnect</div>';
+ echo '<div align="center" class="textcolorstyles">Welcom to ZABBIX! You are connected as <b>'.$USER_DETAILS['alias'].'</b>.</div>';
}
?>
<?php