From 6ffabd93849e2d0c77a25cde1934e46a5789f256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Fri, 5 Dec 2025 18:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=BD=8D=E7=BD=AE=E4=BB=A5=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 session_start() 移到文件开头,避免在显示预约成功信息时重复启动会话 --- pending_bookings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pending_bookings.php b/pending_bookings.php index d609c75..cd908f7 100644 --- a/pending_bookings.php +++ b/pending_bookings.php @@ -1,5 +1,6 @@ -

预约成功信息已生成