When you enter the site’s admin panel, a security window may pop up:
How to remove this warning:
in file admin\controller\common\dashboard.php
replace string
1 |
$data['security'] = $this->load->controller('common/security'); |
on
1 |
$data['security'] = ''; |