aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009050801.php
blob: 17fb9a18c2993d4a7c7ea1e19a429cc0d9adc807 (plain)
1
2
3
4
5
6
7
8
9
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);
?>