Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit a84ea34

Browse files
authored
Add files via upload
1 parent 9b07534 commit a84ea34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/func.php

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function json_code($arr = '', $code, $errmsg = false) {
5454
"data" => $arr
5555
);
5656
}
57+
http_response_code($code);
5758
return json_encode($json, JSON_UNESCAPED_UNICODE);
5859
}
5960

0 commit comments

Comments
 (0)