Fix: remove include mail php file
This commit is contained in:
@@ -7,7 +7,7 @@ include "./../lib/db_maestro.php";
|
|||||||
include "./../lib/maestro_log.php";
|
include "./../lib/maestro_log.php";
|
||||||
include "./../lib/maestro_account_info.php";
|
include "./../lib/maestro_account_info.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestro_extension_id = $_POST["maestro_extension_id"];
|
$maestro_extension_id = $_POST["maestro_extension_id"];
|
||||||
$maestro_id = $_POST["maestro_id"];
|
$maestro_id = $_POST["maestro_id"];
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ include "./../lib/maestro_account_info.php";
|
|||||||
include "./../lib/db_maestro.php";
|
include "./../lib/db_maestro.php";
|
||||||
include "./../lib/maestro_log.php";
|
include "./../lib/maestro_log.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestroID = $_POST["maestro_id"];
|
$maestroID = $_POST["maestro_id"];
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ include "./../lib/db_maestro.php";
|
|||||||
include "./../lib/maestro_log.php";
|
include "./../lib/maestro_log.php";
|
||||||
include "./../lib/maestro_account_info.php";
|
include "./../lib/maestro_account_info.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestro_upgrade_id = $_POST["maestro_upgrade_id"];
|
$maestro_upgrade_id = $_POST["maestro_upgrade_id"];
|
||||||
$maestro_id = $_POST["maestro_id"];
|
$maestro_id = $_POST["maestro_id"];
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ include "./../lib/maestro_account_info.php";
|
|||||||
include "./../lib/db_maestro.php";
|
include "./../lib/db_maestro.php";
|
||||||
include "./../lib/maestro_log.php";
|
include "./../lib/maestro_log.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
|
|
||||||
$maestro_name = $_POST["maestro_name"];
|
$maestro_name = $_POST["maestro_name"];
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ include "./../lib/send_reply_json.php";
|
|||||||
include "./../lib/db_maestro.php";
|
include "./../lib/db_maestro.php";
|
||||||
include "./../lib/maestro_account_info.php";
|
include "./../lib/maestro_account_info.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestro_id = $_POST["maestro_id"];
|
$maestro_id = $_POST["maestro_id"];
|
||||||
$available_date = $_POST["available_date"];
|
$available_date = $_POST["available_date"];
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ include "./../lib/send_reply_json.php";
|
|||||||
include "./../lib/db_maestro.php";
|
include "./../lib/db_maestro.php";
|
||||||
include "./../lib/maestro_account_info.php";
|
include "./../lib/maestro_account_info.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestro_id = $_POST["maestro_id"];
|
$maestro_id = $_POST["maestro_id"];
|
||||||
$registered_acount_type = $_POST["registered_account_type"];
|
$registered_acount_type = $_POST["registered_account_type"];
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ include "./../lib/maestro_account_info.php";
|
|||||||
include "./../lib/db_maestro.php";
|
include "./../lib/db_maestro.php";
|
||||||
include "./../lib/maestro_log.php";
|
include "./../lib/maestro_log.php";
|
||||||
include "./../mail/mail_setting.php";
|
include "./../mail/mail_setting.php";
|
||||||
include "./../mail/send_mail.php";
|
// include "./../mail/send_mail.php";
|
||||||
|
|
||||||
$maestroID = $_POST["maestro_id"];
|
$maestroID = $_POST["maestro_id"];
|
||||||
$maestroName = $_POST["maestro_name"];
|
$maestroName = $_POST["maestro_name"];
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ function sendEmail($postParamData) {
|
|||||||
// cUrl($postParam, $timestamp, $signature);
|
// cUrl($postParam, $timestamp, $signature);
|
||||||
|
|
||||||
$recipients = getPostParamData($postParamData, "recipients");
|
$recipients = getPostParamData($postParamData, "recipients");
|
||||||
$maestro_email = $recipients
|
$maestro_email = $recipients;
|
||||||
$subject = getPostParamData($postParamData, "title");
|
$subject = getPostParamData($postParamData, "title");
|
||||||
$body = getPostParamData($postParamData, "body");
|
$body = getPostParamData($postParamData, "body");
|
||||||
send_mail($address, $subject, $body);
|
send_mail($address, $subject, $body);
|
||||||
|
|||||||
Reference in New Issue
Block a user