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); ?>