From 88789be404d1dc589da3c2308e05243367220515 Mon Sep 17 00:00:00 2001 From: Yashraghav08 <68010966+Yashraghav08@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:35:56 +0530 Subject: [PATCH 1/2] Update config.php --- web/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/config.php b/web/config.php index 58a02ed..4aaaaf6 100644 --- a/web/config.php +++ b/web/config.php @@ -3,9 +3,9 @@ session_start(); $db_host = "localhost"; -$db_user = "username"; -$db_pass = "password"; -$db_name = "database"; +$db_user = "yash"; +$db_pass = "Yashraghav@"; +$db_name = "web"; $mysql = new mysqli($db_host, $db_user, $db_pass, $db_name); $mysql->set_charset("utf8"); From ce78461e0f9d86c78a7f70e46ee6cefc5becb9fd Mon Sep 17 00:00:00 2001 From: Yashraghav08 Date: Thu, 7 Apr 2022 17:50:05 +0530 Subject: [PATCH 2/2] Description --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 032f2d9..ebf8e71 100644 --- a/web/index.php +++ b/web/index.php @@ -6,7 +6,7 @@ Bloco de Notas - +