From 518816864cb94c38a7ececcff8d86e4752ba6734 Mon Sep 17 00:00:00 2001 From: petko Date: Mon, 19 Aug 2024 04:57:06 +0000 Subject: Add $EnableFeeds (PITS:01511). git-svn-id: svn://pmwiki.org/pmwiki/trunk@4788 524c5546-5005-0410-9a3e-e25e191bd360 --- scripts/stdconfig.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/stdconfig.php b/scripts/stdconfig.php index 42b22e71..dd8d763c 100644 --- a/scripts/stdconfig.php +++ b/scripts/stdconfig.php @@ -80,6 +80,9 @@ if (IsEnabled($EnableCreole, 0)) if (IsEnabled($EnableRefCount, 0) && $action == 'refcount') include_once("$FarmD/scripts/refcount.php"); +if (isset($EnableFeeds[$action]) && $EnableFeeds[$action]) + include_once("$FarmD/scripts/feeds.php"); + if (IsEnabled($EnableRobotControl,1)) include_once("$FarmD/scripts/robots.php"); -- cgit v1.2.3