Welcome Guest, Not a member yet? Register   Sign In
Overriding config.php ?
#1

[eluser]Unknown[/eluser]
This is my config.php file xss filtering setting.
Code:
$config['global_xss_filtering'] = TRUE;
I would like to change it on runtime as
Code:
$config['global_xss_filtering'] = FALSE;
This function is not working.
Code:
$this->config->set_item('global_xss_filtering', FALSE);
Is it possible? How?


Messages In This Thread
Overriding config.php ? - by El Forum - 07-20-2012, 02:07 AM
Overriding config.php ? - by El Forum - 07-20-2012, 06:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB