aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/stdconfig.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/stdconfig.php b/scripts/stdconfig.php
index ba24e2ce..7acadd69 100644
--- a/scripts/stdconfig.php
+++ b/scripts/stdconfig.php
@@ -73,6 +73,9 @@ if (IsEnabled($EnableUrlApprove, 0))
if (IsEnabled($EnablePmForm, 0))
include_once("$FarmD/scripts/pmform.php");
+
+if (IsEnabled($EnableCreole, 0))
+ include_once("$FarmD/scripts/creole.php");
if (IsEnabled($EnableRobotControl,1))
include_once("$FarmD/scripts/robots.php");