Update api.gnuboard.php

This commit is contained in:
Namhyeon Go 2018-08-25 00:18:19 +09:00 committed by GitHub
parent d342ce6590
commit e70e75f045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,6 @@ switch($action) {
} }
} }
header("Content-Type: application/json"); set_header_content_type("json");
echo json_encode($result); echo json_encode($result);