|
From: <be...@us...> - 2014-01-30 11:11:56
|
Revision: 12283
http://sourceforge.net/p/xoops/svn/12283
Author: beckmi
Date: 2014-01-30 11:11:43 +0000 (Thu, 30 Jan 2014)
Log Message:
-----------
Deactivating SoundCloud as default in the configuration (the user will need to activate it)
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php 2014-01-30 10:14:26 UTC (rev 12282)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php 2014-01-30 11:11:43 UTC (rev 12283)
@@ -31,7 +31,7 @@
"wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
"mms" => 0,
"rtsp" => 0,
- "soundcloud" => 1,
+ "soundcloud" => 0,
"ul" => 1,
"li" => 1),
|