From d4e9c671d73026d7a85acd0304fca2cc7f09ac5e Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 16 Sep 2013 15:35:36 +0000 Subject: ED should output plain txt for json --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_debug.class b/it_debug.class index 4c5af95..886484c 100644 --- a/it_debug.class +++ b/it_debug.class @@ -80,7 +80,7 @@ static function srcline($stackoffs = 0) */ static function dump($args) { - if (preg_match('/csv|txt|gif|jpg/', $_SERVER['PHP_SELF']) || preg_grep('#text/(calendar|css|javascript|json|plain|rfc822|xml)#', headers_list())) + if (preg_match('/csv|txt|gif|jpg|json/', $_SERVER['PHP_SELF']) || preg_grep('#text/(calendar|css|javascript|json|plain|rfc822|xml)#', headers_list())) $plain = 1; else if ($_SERVER['REMOTE_ADDR']) list($blue, $noblue) = array("", ""); -- cgit v1.2.3