commit 57fdf366fa59121757aecaab51c721be5f98fc59 parent 5d2ef0dabd426b3e732febc4f8402f4b14b2c2c4 Author: ByteProject <stefan.vogt@byteproject.net> Date: Wed, 28 Dec 2011 07:42:43 +0100 sanitize_input() is online / URL related, we leave that out Diffstat:
M | ansilove/ansilove.c | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/ansilove/ansilove.c b/ansilove/ansilove.c @@ -16,17 +16,6 @@ #endif ///*****************************************************************************/ -///* SANITIZE INPUT */ -///*****************************************************************************/ -// -//function sanitize_input($input) -//{ -// $input=preg_replace("/((\/+)|(\.\.)|(%2f))/","",$input); -// -// return $input; -//} -// -///*****************************************************************************/ ///* CREATE THUMBNAIL */ ///*****************************************************************************/ //