diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-19 04:32:51 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-19 04:32:51 +0000 |
commit | 30d8016020781689987d2ea47d7f165f1d9378b2 (patch) | |
tree | 4a85ac1c6333449a930ca250b0684b32e8a2f4a8 /scripts | |
parent | b4d1037f6edf910a98053b55df95ce1684634fb4 (diff) | |
download | pmwiki.svn-30d8016020781689987d2ea47d7f165f1d9378b2.tar.bz2 |
Add $EnableCreole (PITS:01511).
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4784 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/stdconfig.php | 3 |
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"); |