Removed print_r from banned functions
Used by HttpHelper to report json encoding problems.
This commit is contained in:
parent
d72c6c5d6e
commit
c8f0cb6e56
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@
|
||||||
<test name="checkProhibitedFunctions">
|
<test name="checkProhibitedFunctions">
|
||||||
<item value="echo"/>
|
<item value="echo"/>
|
||||||
<item value="system"/>
|
<item value="system"/>
|
||||||
<item value="print_r"/>
|
|
||||||
<item value="var_dump"/>
|
<item value="var_dump"/>
|
||||||
<item value="dl"/>
|
<item value="dl"/>
|
||||||
<item value="define_syslog_variables"/>
|
<item value="define_syslog_variables"/>
|
||||||
|
|
Loading…
Reference in a new issue