From 4376bff95b35ff772365e5765e1d5a7083ba7a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 31 Mar 2022 02:26:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=A1=E3=82=93=E3=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.sample.php | 2 +- helper.php | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config.sample.php b/config.sample.php index 807b803..0858e5d 100644 --- a/config.sample.php +++ b/config.sample.php @@ -3,7 +3,7 @@ define('APP_NAME', 'LoliPHP'); // データベース - define('DB_CONN', 'mysql'); // mysql|pgsql + define('DB_CONN', 'mysql'); define('DB_HOST', 'localhost'); define('DB_PORT', 3306); define('DB_USER', ''); diff --git a/helper.php b/helper.php index 2fc60ee..a992f97 100644 --- a/helper.php +++ b/helper.php @@ -1,12 +1,13 @@