From e70e75f0459e10eaa6e9898d4476ed84ef0d1665 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 25 Aug 2018 00:18:19 +0900 Subject: [PATCH] Update api.gnuboard.php --- route/api.gnuboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/api.gnuboard.php b/route/api.gnuboard.php index 95f6fed..55b2228 100644 --- a/route/api.gnuboard.php +++ b/route/api.gnuboard.php @@ -58,6 +58,6 @@ switch($action) { } } -header("Content-Type: application/json"); +set_header_content_type("json"); echo json_encode($result);