I have this easy function:
public function executeGProva(sfWebRequest $request)
{
file_put_contents('C:\test.txt',$request->getParameter('P'));
echo 'File:'.file_get_contents('C:\test.txt');
}
Then when i call the url with a P parameter the echo return me the
correct value but inside test file there is the string "images". I
have discovered this because if i pass the parameter to de sfUser,
when i save de session the value is "images" too.
What's happening?
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en