aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-19 04:32:51 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-19 04:32:51 +0000
commit30d8016020781689987d2ea47d7f165f1d9378b2 (patch)
tree4a85ac1c6333449a930ca250b0684b32e8a2f4a8
parentb4d1037f6edf910a98053b55df95ce1684634fb4 (diff)
downloadpmwiki.svn-30d8016020781689987d2ea47d7f165f1d9378b2.tar.bz2
Add $EnableCreole (PITS:01511).
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4784 524c5546-5005-0410-9a3e-e25e191bd360
-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");