From 921ee6a20148986bdb6db3f1e007f1111a0d86bb Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 4 Jul 2014 11:55:05 +0000 Subject: [PATCH] wiki: allow DebugGroupInfo, DebugAuthInfo and DebugBackendInfo for Fusionforge git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8954 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index 03afcf83e..2d4648579 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -700,18 +700,18 @@ function fixup_static_configs($file) $AllAllowedPlugins[] = 'WikiFormRich'; $AllAllowedPlugins[] = 'WikiPoll'; $AllAllowedPlugins[] = 'YouTube'; + $AllAllowedPlugins[] = 'DebugGroupInfo'; + $AllAllowedPlugins[] = 'DebugAuthInfo'; + $AllAllowedPlugins[] = 'DebugBackendInfo'; // The FUSIONFORGE theme omits them if (!(defined('FUSIONFORGE') and FUSIONFORGE)) { $AllAllowedPlugins[] = 'AnalyseAccessLogSql'; - $AllAllowedPlugins[] = 'DebugAuthInfo'; - $AllAllowedPlugins[] = 'DebugBackendInfo'; $AllAllowedPlugins[] = 'CacheTest'; $AllAllowedPlugins[] = 'CategoryPage'; $AllAllowedPlugins[] = 'FoafViewer'; $AllAllowedPlugins[] = 'FrameInclude'; $AllAllowedPlugins[] = 'GraphViz'; - $AllAllowedPlugins[] = 'DebugGroupInfo'; $AllAllowedPlugins[] = 'HtmlConverter'; $AllAllowedPlugins[] = 'JabberPresence'; $AllAllowedPlugins[] = 'ListPages'; -- 2.45.0