cis notified web server of a job completion; upload form interface and validation...
[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         'expiration' => 900,
5         'img_path' => './img/captcha/',
6         'img_url' => site_url('img/captcha/') . '/'
7 );