diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-06 13:24:21 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-06 13:24:21 +0000 |
| commit | 9f9503d36173f5b0fea471ab7465d95103eff07e (patch) | |
| tree | bca0bd75bebd7711a6729ef08e952125a5cb8d9c /frontends/php/include/classes/cform.inc.php | |
| parent | ac95afe73509dad324813c1abf1e9231c6cf9d59 (diff) | |
| download | zabbix-9f9503d36173f5b0fea471ab7465d95103eff07e.tar.gz zabbix-9f9503d36173f5b0fea471ab7465d95103eff07e.tar.xz zabbix-9f9503d36173f5b0fea471ab7465d95103eff07e.zip | |
- 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
Diffstat (limited to 'frontends/php/include/classes/cform.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cform.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
