aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009050801.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2009050801.php')
-rw-r--r--engine/lib/upgrades/2009050801.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009050801.php b/engine/lib/upgrades/2009050801.php
new file mode 100644
index 000000000..17fb9a18c
--- /dev/null
+++ b/engine/lib/upgrades/2009050801.php
@@ -0,0 +1,10 @@
+<?php
+
+ global $CONFIG;
+
+ /// Activate captcha
+ /**
+ * Elgg now has a basic captcha service built in, enable it by default
+ */
+ enable_plugin('captcha', $CONFIG->site->guid);
+?> \ No newline at end of file