add curl library for captcha validation

This commit is contained in:
Sebastian Korotkiewicz 2014-12-23 11:56:25 +01:00
parent f4fb3e8d52
commit dd99aea804

View File

@ -41,6 +41,7 @@ class Main extends CI_Controller
parent::__construct();
$this->output->enable_profiler(false);
$this->load->model('languages');
$this->load->library('curl');
if (config_item('require_auth'))
{