summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-09-08 09:10:20 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-09-08 09:10:20 +0000
commitc081bbde20e1f3c079f2c87b3f7cb9aad6e487dc (patch)
tree28482556f03b47f9691c7fdf7ae8f291c376d8cd /frontends/php/hosts.php
parent82ecd445bbaac3760436c4f1f9aa7be9319841e6 (diff)
- improvement in user rights handling routines (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@486 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index 10eb2f09..141752e7 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -6,13 +6,12 @@
?>
<?
- if(!check_right("Host","U",0))
- {
- show_table_header("<font color=\"AA0000\">No permissions !</font
->");
- show_footer();
- exit;
- }
+ if(!check_right("Host","U",0))
+ {
+ show_table_header("<font color=\"AA0000\">No permissions !</font>");
+ show_footer();
+ exit;
+ }
?>
<?