From 74ca4d0e4954c11090af9d65fdfef8808f65d6ea Mon Sep 17 00:00:00 2001
From: 65160260 <65160260@go.buu.ac.th>
Date: Tue, 25 Mar 2025 13:58:02 +0000
Subject: [PATCH] Edit cart.php

---
 cart.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cart.php b/cart.php
index 66689bf..5671928 100644
--- a/cart.php
+++ b/cart.php
@@ -1,4 +1,6 @@
 <?php
+error_reporting(E_ALL);
+ini_set('display_errors', 1);
 include 'connect.php';
 session_start();
 
-- 
GitLab