El Forum
11-30-2010, 05:38 AM
[eluser]Unknown[/eluser]
Hey, I had just a question about changing this in the config.php file.
to
I know this is a security risk, but what if my routes is like this
Will it be safe since the url will not point at any class or function?
If not, what characters is a security risk?
Thank you for your answers!
Hey, I had just a question about changing this in the config.php file.
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
Code:
$config['permitted_uri_chars'] = '';
Code:
$route['default_controller'] = "home";
$route[':any'] = "avatar/execute";
If not, what characters is a security risk?
Thank you for your answers!