diff options
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 1428678..2d49b33 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -159,6 +159,13 @@ if (function_exists("taint")) } else { + defined('TC_HTML', 0); + defined('TC_SHELL', 0); + defined('TC_MYSQL', 0); + defined('TC_MYSQLI', 0); + defined('TC_SELF', 0); + defined('TC_ALL', 0); + defined('TC_NONE', 0); function it_untaint(&$value, $marks = 0) { return $value; } function it_taintcheck(&$value, $marks = 0) { return $value; } } |