Loading sources/database_search.php +1 −1 Original line number Diff line number Diff line Loading @@ -1451,7 +1451,7 @@ function get_search_rows($meta_type, $meta_id_field, $content, $boolean_search, } if (get_param_integer('keep_just_show_query', 0) == 1) { safe_ini_set('ocproducts.xss_detect', '0'); header('Content-type: text/plain; charset=' . get_charset()); @header('Content-type: text/plain; charset=' . get_charset()); exit($query); } Loading Loading
sources/database_search.php +1 −1 Original line number Diff line number Diff line Loading @@ -1451,7 +1451,7 @@ function get_search_rows($meta_type, $meta_id_field, $content, $boolean_search, } if (get_param_integer('keep_just_show_query', 0) == 1) { safe_ini_set('ocproducts.xss_detect', '0'); header('Content-type: text/plain; charset=' . get_charset()); @header('Content-type: text/plain; charset=' . get_charset()); exit($query); } Loading