diff options
Diffstat (limited to 'engine/lib/upgrades')
-rw-r--r-- | engine/lib/upgrades/2009050801.php | 10 |
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 |