チャット機能追加
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
/config.php
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
require_once './modules/common.mod.php';
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return ['host' => 'localhost', // MySQL のアドレス
|
||||||
|
'port' => 3306, // MySQL のポート番号
|
||||||
|
'user' => 'root', // MySQL のユーザ名
|
||||||
|
'pass' => '']; // MySQL のパスワード
|
||||||
|
|
||||||
Reference in New Issue
Block a user