From: <var...@us...> - 2014-05-06 13:39:31
|
Revision: 8853 http://sourceforge.net/p/phpwiki/code/8853 Author: vargenau Date: 2014-05-06 13:39:28 +0000 (Tue, 06 May 2014) Log Message: ----------- Add ALLOWED_PROTOCOLS Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2014-05-06 13:38:26 UTC (rev 8852) +++ trunk/g 2014-05-06 13:39:28 UTC (rev 8853) @@ -111,6 +111,8 @@ define('WIKI_NAME', $group_name); + define('ALLOWED_PROTOCOLS', "http|https|mailto|ftp|ftps|news|nntp|ssh|gopher"); + define('DISABLE_MARKUP_WIKIWORD', $wc->getWikiConfig('DISABLE_MARKUP_WIKIWORD')); define('NUM_SPAM_LINKS', 20 * ($wc->getWikiConfig('NUM_SPAM_LINKS'))); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |