Welcome Guest, Not a member yet? Register   Sign In
bypass index.php file
#4

[eluser]InsiteFX[/eluser]
./application/config/config.php
Code:
$config['uri_protocol'] = 'PATH_INFO';

$config['allow_get_array'] = TRUE;

$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-&?=';

Make sure you check all inputed data using xss_clean etc;


Messages In This Thread
bypass index.php file - by El Forum - 02-04-2013, 03:34 PM
bypass index.php file - by El Forum - 02-04-2013, 04:30 PM
bypass index.php file - by El Forum - 02-04-2013, 06:02 PM
bypass index.php file - by El Forum - 02-06-2013, 11:53 PM
bypass index.php file - by El Forum - 02-07-2013, 12:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB