summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 14:04:01 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 14:04:01 +0000
commitdac53ecd0f9665e64f6e0f523de62823bf0a2090 (patch)
tree4f66ab367ad1df6bf615aa1161e64bc0355416eb /frontends/php/hosts.php
parentfdf2f4adc3931e50e59c87517613d6fac71b8d4c (diff)
downloadzabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.tar.gz
zabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.tar.xz
zabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.zip
- [DEV-122] improved "Events" screen, added "Event Details" screen (Artem)
- applied patch by scricca: added Host-profiles to export/import (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5508 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index f9a07d13..1042eb0f 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -175,8 +175,10 @@ include_once "include/page_header.php";
}
$templates = get_request('templates', array());
+
+ $_REQUEST['proxy_hostid'] = get_request('proxy_hostid',0);
- if(isset($_REQUEST["hostid"])){
+ if(isset($_REQUEST['hostid'])){
if(isset($_REQUEST['clear_templates'])) {
foreach($_REQUEST['clear_templates'] as $id){
unlink_template($_REQUEST["hostid"], $id, false);