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 55635259..ba24e2ce 100644
--- a/scripts/stdconfig.php
+++ b/scripts/stdconfig.php
@@ -71,6 +71,9 @@ if (IsEnabled($EnableCommonEnhancements,0)) {
if (IsEnabled($EnableUrlApprove, 0))
include_once("$FarmD/scripts/urlapprove.php");
+if (IsEnabled($EnablePmForm, 0))
+ include_once("$FarmD/scripts/pmform.php");
+
if (IsEnabled($EnableRobotControl,1))
include_once("$FarmD/scripts/robots.php");