|
@@ -4,12 +4,7 @@ ini_set('display_errors', 1);
|
|
require_once './DB.php';
|
|
require_once './DB.php';
|
|
date_default_timezone_set('Asia/Shanghai');
|
|
date_default_timezone_set('Asia/Shanghai');
|
|
|
|
|
|
-$config = [
|
|
|
|
- 'hostname' => 'rm-wz98r5cn33zq4ou980o.mysql.rds.aliyuncs.com',
|
|
|
|
- 'username' => 'idcol20',
|
|
|
|
- 'password' => 'idcol@1234',
|
|
|
|
- 'dbname' => 'idcol',
|
|
|
|
-];
|
|
|
|
|
|
+$config = json_decode(file_get_contents('./db_config.php'),true);
|
|
|
|
|
|
// 发送邮件
|
|
// 发送邮件
|
|
function send_email($to,$msg,$title = '维修通知'){
|
|
function send_email($to,$msg,$title = '维修通知'){
|