Initial commit

This commit is contained in:
易焱
2021-04-18 18:51:51 +08:00
commit ec705f2fa8
3240 changed files with 623103 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return array (
'MAIL_FROMNAME' => '系统发送',
'MAIL_HOST' => 'smtp.exmail.qq.com',
'MAIL_USERNAME' => 'noreply@jijinweb.com',
'MAIL_PASSWORD' => 'Jijinweb123',
'getpass_temp' => '<h1>亲爱的用户:</h1>
<p>我们收到了您找回密码的请求。</p>
<h2>您的用户名为:[!--username--]<br>请在24小时内通过以下地址修改密码:</h2>
<div>密码修改链接:<a href="[!--getpassurl--]" target="_blank">[!--getpassurl--]</div>
<p><span t="5" times=" 17:28">[!--date--]</span></p>
',
);