unactivated users CLI cleanup; user management bugs fixed; working at CAPTCHA
[living-lab-site.git] / application / config / captcha.php
1 <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3 $config['captcha_params'] = array(
4         'img_path' => './img/captcha/',
5         'img_url' => site_url('img/captcha/')
6 );