mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- Moved the loading of the fhcauth from Filters controller to the library FiltersLib
- Added comments
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user