Welcome Guest, Not a member yet? Register   Sign In
Execluding a variable from the XSS filter?
#4

[eluser]EEssam[/eluser]
Hi,

I tried what you said but it didn't work Sad

My hooks/config.php:

$hook['pre_system'] = array(
'class' => '',
'function' => 'myinit',
'filename' => 'init.php',
'filepath' => 'hooks',
'params' => array('beer', 'wine', 'snacks')
);

My init.php file:

<?php

function myinit()
{
$config['global_xss_filtering'] = FALSE;
}

?>

I enabled hooks as well from config.php file. It has no effect at all.

Please help.


Messages In This Thread
Execluding a variable from the XSS filter? - by El Forum - 08-12-2008, 12:14 PM
Execluding a variable from the XSS filter? - by El Forum - 08-12-2008, 04:36 PM
Execluding a variable from the XSS filter? - by El Forum - 08-21-2008, 02:15 PM
Execluding a variable from the XSS filter? - by El Forum - 09-07-2008, 01:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB