aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/input.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-12-29 14:45:12 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-12-29 14:45:12 +0000
commit7a260cdc2d863283ecca359a22d4f75e36b4b01c (patch)
treee7f27233fdb458581140df8921f7a16e37b07dfb /engine/lib/input.php
parent65ab58ae81c923bc792381697a6841a02f710aa3 (diff)
downloadelgg-7a260cdc2d863283ecca359a22d4f75e36b4b01c.tar.gz
elgg-7a260cdc2d863283ecca359a22d4f75e36b4b01c.tar.bz2
Closes #396: Form should probably not be permitted on input.
git-svn-id: https://code.elgg.org/elgg/trunk@2517 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/input.php')
-rw-r--r--engine/lib/input.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/engine/lib/input.php b/engine/lib/input.php
index 4cd5b0a4f..a25318e4f 100644
--- a/engine/lib/input.php
+++ b/engine/lib/input.php
@@ -278,14 +278,14 @@
'color' => array (),
'face' => array (),
'size' => array ()),
- 'form' => array(
- 'action' => array (),
- 'accept' => array (),
- 'accept-charset' => array (),
- 'enctype' => array (),
- 'method' => array (),
- 'name' => array (),
- 'target' => array ()),
+// 'form' => array(
+// 'action' => array (),
+// 'accept' => array (),
+// 'accept-charset' => array (),
+// 'enctype' => array (),
+// 'method' => array (),
+// 'name' => array (),
+// 'target' => array ()),
'h1' => array(
'align' => array (),
'class' => array ()),