1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.4.8 Funium

This commit is contained in:
Daichimarukana
2024-12-27 17:37:41 +09:00
parent eb28cc49cc
commit 7fd6bcbc05
82 changed files with 2267 additions and 797 deletions
@@ -1,12 +1,12 @@
<?php // メールサーバーの情報
define( 'MAIL_CHKS', '');// trueならPHPMailerが有効
define( 'MAIL_CHKS', 'true');// trueならPHPMailerが有効
define( 'MAIL_ADDS', '');
define( 'MAIL_HOST', '');
define( 'MAIL_PORT', '');
define( 'MAIL_USER', '');
define( 'MAIL_PASS', '');
define( 'MAIL_SSL_', '');
define( 'MAIL_ADDS', 'localhoster@uwuzu.net');
define( 'MAIL_HOST', 'smtp.gmail.com');
define( 'MAIL_PORT', '587');
define( 'MAIL_USER', 'mjiusong25@gmail.com');
define( 'MAIL_PASS', 'dnjspbevwckrpzex');
define( 'MAIL_SSL_', 'TLS');
?>