From 9f9503d36173f5b0fea471ab7465d95103eff07e Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 6 Sep 2007 13:24:21 +0000 Subject: - merged rev. 4731:4733 of branches/1.4 (Artem) [changes default method for form to 'post'] git-svn-id: svn://svn.zabbix.com/trunk@4735 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/cform.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/classes/cform.inc.php') diff --git a/frontends/php/include/classes/cform.inc.php b/frontends/php/include/classes/cform.inc.php index 90d1a0c1..beb6cbda 100644 --- a/frontends/php/include/classes/cform.inc.php +++ b/frontends/php/include/classes/cform.inc.php @@ -22,7 +22,7 @@ class CForm extends CTag { /* public */ - function CForm($action=NULL, $method='get', $enctype=NULL) + function CForm($action=NULL, $method='post', $enctype=NULL) { parent::CTag("form","yes"); $this->SetMethod($method); -- cgit