summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-21 14:44:38 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-21 14:44:38 +0000
commit07ea4eb6c1927b132fc294271841066c11ab2955 (patch)
tree05a082481c5e15b9faa047878a75e503e0b1ba15 /frontends/php/config.php
parentd76992f73658df06227395e4a79c4366294efebe (diff)
- developed remote commads execution on specific actions (Eugene)
- added "URL" module for screens (Eugene) - fix some bugs - clean code git-svn-id: svn://svn.zabbix.com/trunk@2703 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index d9ea9843..7844628c 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -32,8 +32,7 @@
<?php
if(!check_anyright("Configuration of Zabbix","U"))
{
- show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font
->");
+ show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
show_page_footer();
exit;
}