From 58469d3e59937c64c86c469b6b5b562db65f76d9 Mon Sep 17 00:00:00 2001 From: g1br4n Date: Tue, 10 Sep 2024 16:33:24 +0700 Subject: [PATCH 1/2] tes --- .vscode/settings.json | 5 ++--- application/config/database.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d610a39..5850ed6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - "php.validate.executablePath": "c:/php/php.exe", - "accessibility.signalOptions.volume": 0 -} \ No newline at end of file + "php.validate.executablePath": "c:/php/php.exe" +} diff --git a/application/config/database.php b/application/config/database.php index 754b2ed..1ceeb8c 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -78,7 +78,7 @@ 'hostname' => 'localhost', 'username' => 'root', 'password' => '', - 'database' => 'pju_new', + 'database' => 'pju', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, From 54e831d38bcc2786c4be69172980bb2ef5be9c8c Mon Sep 17 00:00:00 2001 From: g1br4n Date: Tue, 10 Sep 2024 16:44:58 +0700 Subject: [PATCH 2/2] ssss --- .vscode/settings.json | 3 +-- application/config/database.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d610a39..088f2fe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - "php.validate.executablePath": "c:/php/php.exe", - "accessibility.signalOptions.volume": 0 + "php.validate.executablePath": "c:/php/php.exe" } \ No newline at end of file diff --git a/application/config/database.php b/application/config/database.php index 754b2ed..1ceeb8c 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -78,7 +78,7 @@ 'hostname' => 'localhost', 'username' => 'root', 'password' => '', - 'database' => 'pju_new', + 'database' => 'pju', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,