From a7f6d3f3a5ff92e87465fdacb049582cba25ec7b Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 29 Jun 2023 12:43:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=83=E3=83=88=E6=A9=9F?= =?UTF-8?q?=E8=83=BD=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/modules/common.mod.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 server/modules/common.mod.php diff --git a/server/modules/common.mod.php b/server/modules/common.mod.php new file mode 100644 index 0000000..8aafd26 --- /dev/null +++ b/server/modules/common.mod.php @@ -0,0 +1,21 @@ + db = new mysqli ($db_host, $db_user, $db_pass, 'goatoh_training', $db_port); + } +} +