[Plugin: Post Snippets] error with php code
-
Hi,
Thanks for this wonderful plugin!
I have one problem though when I enter the following code:
$email = addSlashes(str_replace(array('\r', '\n', '\\', '/', '..'), '', $_GET['email'])); // protects against System File & Source Code Disclosure, Null Byte Injection and HTTP Header InjectionThe backslashes and dots seem to be the problem.
What can I do to get this working?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Post Snippets] error with php code’ is closed to new replies.