Add: send_mail_to_closed_beta_paid_maestro
Fix: hide announce message
This commit is contained in:
@@ -11,7 +11,7 @@ include __DIR__."/../../web/server/lib/maestro_account_info.php";
|
||||
include __DIR__."/../../web/server/mail/send_naver_mail.php";
|
||||
|
||||
$maestroList = null;
|
||||
$maestroList = get_7days_left_maestro_list();
|
||||
$maestroList = get_closed_beta_paid_maestro_list();
|
||||
//print_r($maestroList);
|
||||
|
||||
foreach ($maestroList as $maestro) {
|
||||
|
||||
Reference in New Issue
Block a user