- Moved the loading of the fhcauth from Filters controller to the library FiltersLib

- Added comments
This commit is contained in:
Paolo
2018-06-29 11:24:50 +02:00
parent 99292f93a7
commit 2b15c88410
4 changed files with 14 additions and 14 deletions
@@ -21,10 +21,6 @@ class Filters extends FHC_Controller
{
parent::__construct();
// Loads authentication helper
// NOTE: needed to load custom filters do not remove!
$this->load->helper('fhcauth');
// Loads the FiltersLib with HTTP GET/POST parameters
$this->_loadFiltersLib();