Add: sql - login, history_record
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function send_error_code($error_code) {
|
||||
$returnValue = array(
|
||||
'error' => $error_code
|
||||
);
|
||||
echo json_encode($returnValue, JSON_UNESCAPED_UNICODE);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user