Fix: include error
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
<?php
|
||||
header("Content-Type: application/json");
|
||||
|
||||
error_reporting( E_ALL );
|
||||
ini_set( "display_errors", 1 );
|
||||
|
||||
include "./../setup/connect_db.php";
|
||||
include "./../lib/send_reply_json.php";
|
||||
include "./../lib/maestro_account_info.php";
|
||||
// include "./../lib/maestro_account_info.php";
|
||||
include "./../lib/db_maestro.php";
|
||||
include "./../lib/maestro_log.php";
|
||||
include "./../mail/mail_setting.php";
|
||||
// include "./../mail/mail_setting.php";
|
||||
include "./../mail/send_naver_mail.php";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user