From: <var...@us...> - 2010-05-18 16:09:32
|
Revision: 7409 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7409&view=rev Author: vargenau Date: 2010-05-18 16:09:22 +0000 (Tue, 18 May 2010) Log Message: ----------- Do not enable WYSIWYG by default Modified Paths: -------------- trunk/config/config-default.ini Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2010-05-18 15:52:00 UTC (rev 7408) +++ trunk/config/config-default.ini 2010-05-18 16:09:22 UTC (rev 7409) @@ -27,7 +27,7 @@ DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS = false ; deprecated, because non-free ENABLE_LIVESEARCH = false -ENABLE_WYSIWYG = true +ENABLE_WYSIWYG = false WYSIWYG_BACKEND = Wikiwyg WYSIWYG_DEFAULT_PAGETYPE_HTML = false UPLOAD_USERDIR = true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |