Add: maestro login fail

This commit is contained in:
2018-07-13 10:34:09 +09:00
parent 09a53ad2b5
commit e857fa1674
6 changed files with 44 additions and 16 deletions
+4
View File
@@ -23,6 +23,10 @@ function send_result_success() {
$db_conn->close();
}
function set_error_code($data) {
set_data("error_code", $data);
}
function send_result_fail() {
global $jsonReply;
global $db_conn;