mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
add curl library for captcha validation
This commit is contained in:
parent
f4fb3e8d52
commit
dd99aea804
@ -41,6 +41,7 @@ class Main extends CI_Controller
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->output->enable_profiler(false);
|
$this->output->enable_profiler(false);
|
||||||
$this->load->model('languages');
|
$this->load->model('languages');
|
||||||
|
$this->load->library('curl');
|
||||||
|
|
||||||
if (config_item('require_auth'))
|
if (config_item('require_auth'))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user