1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Disable 'html_abuse' filter on default install. Currently breaks the adding of images in textareas using wysiwyg.

This commit is contained in:
Cameron
2013-01-23 12:46:26 -08:00
parent a48a03a6f8
commit b8e5190780

View File

@@ -97,7 +97,7 @@
<core name="frontpage_force"><![CDATA[array (
0 => '',
)]]></core>
<core name="html_abuse">1</core>
<core name="html_abuse">0</core>
<core name="im_height">80</core>
<core name="im_path">/usr/X11R6/bin/</core>
<core name="im_width">80</core>