From 36844256827f528583e9d5651ff3b933d5c4e060 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Dec 2005 08:00:01 +0000 Subject: [PATCH] Don't have any escapestrings stuff to worry about now... --- kernel.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kernel.php b/kernel.php index a3b469f..f06df5b 100644 --- a/kernel.php +++ b/kernel.php @@ -223,13 +223,8 @@ class Shared_Object_Framework $this->magicquotes = get_magic_quotes_gpc(); set_magic_quotes_runtime(0); - if (defined('ISSO_ESCAPE_STRINGS')) - { - $this->escapestrings = (bool)constant('ISSO_ESCAPE_STRINGS'); - } - // start input sanitize using variable_order GPC - if (!$this->escapestrings) + if (!defined('ISSO_NO_INPUT_SANITIZE')) { $this->exec_sanitize_data(); } -- 2.22.5