From b91369483174ee2d6f92523b762b4ea66167bce1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 26 Jul 2006 01:18:52 +0000 Subject: [PATCH] r963: ISSO_ESCAPE_STRINGS does nothing anymore --- install/global.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install/global.php b/install/global.php index 2db6d92..9dab2a6 100644 --- a/install/global.php +++ b/install/global.php @@ -27,7 +27,6 @@ error_reporting(E_ALL & ~E_NOTICE); chdir('./../'); define('ISSO_MT_START', microtime()); -define('ISSO_ESCAPE_STRINGS', 1); define('ISSO_CHECK_POST_REFERER', 1); require_once('./framework/kernel.php'); -- 2.22.5