aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-29 18:23:46 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-06-29 18:23:46 +0000
commit4c155989bc6571abf1e35dec6ae766d3816fc7cd (patch)
treeda56400bf58c1dbc2c245d57fed4eaab760c89c7 /engine/lib/upgrades
parenta6c8325cd4a2eb126cfd0a5715bccb249f4635d7 (diff)
downloadelgg-4c155989bc6571abf1e35dec6ae766d3816fc7cd.tar.gz
elgg-4c155989bc6571abf1e35dec6ae766d3816fc7cd.tar.bz2
Closes #1073: Captcha off by default
git-svn-id: https://code.elgg.org/elgg/trunk@3359 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades')
-rw-r--r--engine/lib/upgrades/2009050801.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/engine/lib/upgrades/2009050801.php b/engine/lib/upgrades/2009050801.php
deleted file mode 100644
index 17fb9a18c..000000000
--- a/engine/lib/upgrades/2009050801.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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