From 0461996eaa35571448fdb18ccc4ef40c92cf4878 Mon Sep 17 00:00:00 2001
From: 65160109 <65160109@go.buu.ac.th>
Date: Fri, 28 Mar 2025 02:24:52 +0700
Subject: [PATCH] add file

---
 connection.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/connection.php b/connection.php
index 081ce0d..7a8c39b 100644
--- a/connection.php
+++ b/connection.php
@@ -3,8 +3,8 @@
 function Connect()
 {
 	$dbhost = "localhost";
-	$dbuser = "65160109";
-	$dbpass = "";
+	$dbuser = "root";
+	$dbpass = "ACQrpr87562";
 	$dbname = "carrentalp";
 
 	//Create Connection
-- 
GitLab