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

uwuzu version 1.2.24

This commit is contained in:
daichimarukana
2023-10-04 00:30:38 +09:00
parent e8ddcb9921
commit 0ecf4b9fb1
41 changed files with 2000 additions and 429 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php // データベースの接続情報
define( 'DB_HOST', 'localhost');
define( 'DB_USER', 'root');
define( 'DB_USER', 'rood');
define( 'DB_PASS', 'root');
define( 'DB_NAME', 'uwuzu');
define( 'DB_NAME', 'account');
// タイムゾーン設定
date_default_timezone_set('Asia/Tokyo');