summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpconf.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-01 13:04:25 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-01 13:04:25 +0000
commite2919d9724b95a51dddad4af375b1ad8bd268c9b (patch)
tree1cbc64cb5e713f16956f70b8f971c80ffde1f5f0 /frontends/php/httpconf.php
parent1af2e686674938964fbd0bbb7684f2c43d122420 (diff)
- [ZBX-88] merged rev. 4814:4816 of branches/1.4/ (Artem) [fixed "Change method in all forms which affects display info to 'get" issue]
git-svn-id: svn://svn.zabbix.com/trunk@4818 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpconf.php')
-rw-r--r--frontends/php/httpconf.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/httpconf.php b/frontends/php/httpconf.php
index 7a325988..1742d90e 100644
--- a/frontends/php/httpconf.php
+++ b/frontends/php/httpconf.php
@@ -334,7 +334,8 @@ include_once "include/page_header.php";
$_REQUEST['steps'] = array_merge(get_request('steps',array())); /* reinitialize keys */
$form = new CForm();
-
+ $form->SetMethod('get');
+
$form->AddVar("hostid",$_REQUEST["hostid"]);
$form->AddItem(new CButton("form",S_CREATE_SCENARIO));
@@ -351,6 +352,7 @@ include_once "include/page_header.php";
// Table HEADER
$form = new CForm();
+ $form->SetMethod('get');
$form->AddItem(array('[',
new CLink($showdisabled ? S_HIDE_DISABLED_SCENARIOS: S_SHOW_DISABLED_SCENARIOS,