From: <var...@us...> - 2016-03-17 08:16:21
|
Revision: 9810 http://sourceforge.net/p/phpwiki/code/9810 Author: vargenau Date: 2016-03-17 08:16:19 +0000 (Thu, 17 Mar 2016) Log Message: ----------- HtmlConverter plugin allowed in Fusionforge Modified Paths: -------------- trunk/lib/IniConfig.php Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2016-03-11 13:06:51 UTC (rev 9809) +++ trunk/lib/IniConfig.php 2016-03-17 08:16:19 UTC (rev 9810) @@ -620,6 +620,7 @@ $AllAllowedPlugins[] = 'GooglePlugin'; $AllAllowedPlugins[] = 'GoTo'; $AllAllowedPlugins[] = 'HelloWorld'; + $AllAllowedPlugins[] = 'HtmlConverter'; $AllAllowedPlugins[] = 'IncludePage'; $AllAllowedPlugins[] = 'IncludePages'; $AllAllowedPlugins[] = 'IncludeSiteMap'; @@ -678,7 +679,6 @@ $AllAllowedPlugins[] = 'CategoryPage'; $AllAllowedPlugins[] = 'FoafViewer'; $AllAllowedPlugins[] = 'GraphViz'; - $AllAllowedPlugins[] = 'HtmlConverter'; $AllAllowedPlugins[] = 'JabberPresence'; $AllAllowedPlugins[] = 'ListPages'; $AllAllowedPlugins[] = 'Ploticus'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |