HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -150,8 +150,8 @@ if (! defined ('SYS_SYS')) {
|
||||
define ('TIME_ZONE', $config ['time_zone']);
|
||||
|
||||
date_default_timezone_set (TIME_ZONE);
|
||||
|
||||
G::LoadSystem('inputfilter');
|
||||
|
||||
|
||||
$filter = new InputFilter();
|
||||
$TIME_ZONE = $filter->xssFilterHard(TIME_ZONE);
|
||||
$MEMCACHED_ENABLED = $filter->xssFilterHard(MEMCACHED_ENABLED);
|
||||
|
||||
Reference in New Issue
Block a user