Commit aeda26c2 by Seldaek

* Removes double 'count' from security policy's allowed functions

git-svn-id: svn://dwoo.org/dwoo/trunk@124 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent 57022c2d
...@@ -52,7 +52,7 @@ class Dwoo_Security_Policy ...@@ -52,7 +52,7 @@ class Dwoo_Security_Policy
*/ */
protected $allowedPhpFunctions = array protected $allowedPhpFunctions = array
( (
'str_repeat', 'count', 'number_format', 'htmlentities', 'htmlspecialchars', 'str_repeat', 'number_format', 'htmlentities', 'htmlspecialchars',
'long2ip', 'strlen', 'list', 'empty', 'count', 'sizeof', 'in_array', 'is_array', 'long2ip', 'strlen', 'list', 'empty', 'count', 'sizeof', 'in_array', 'is_array',
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment