Add: maestro log DB
This commit is contained in:
@@ -5,6 +5,7 @@ include "./../setup/connect_db.php";
|
||||
include "./../lib/send_reply_json.php";
|
||||
include "./../lib/maestro_account_info.php";
|
||||
include "./../lib/db_maestro.php";
|
||||
include "./../lib/maestro_log.php";
|
||||
include "./../mail/mail_setting.php";
|
||||
include "./../mail/send_mail.php";
|
||||
|
||||
@@ -32,6 +33,7 @@ if($maestroID === null) {
|
||||
}
|
||||
|
||||
sendMailRegisterBankInfo($maestro_name, $email, $account_type);
|
||||
insertMaestroLog("add_maestro", $maestroID, $maestro_name." / ".$email." / ".$account_type);
|
||||
|
||||
send_result_success();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user