]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Closes #1073: Captcha off by default
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Jun 2009 18:23:46 +0000 (18:23 +0000)
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Jun 2009 18:23:46 +0000 (18:23 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3359 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/upgrades/2009050801.php [deleted file]

diff --git a/engine/lib/upgrades/2009050801.php b/engine/lib/upgrades/2009050801.php
deleted file mode 100644 (file)
index 17fb9a1..0000000
+++ /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