From a1a7c2ef63be77554e61ec9fbb02a2220afcc120 Mon Sep 17 00:00:00 2001 From: MKStoler Date: Thu, 30 Jan 2025 17:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=80=83=E8=AF=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=A1=A8=E5=8D=95=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=80=83?= =?UTF-8?q?=E5=9C=BA=E5=8F=B7=E8=BE=93=E5=85=A5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/edit.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/edit.php b/admin/edit.php index 889159e..df49738 100644 --- a/admin/edit.php +++ b/admin/edit.php @@ -12,7 +12,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $newConfig = [ 'examName' => $_POST['examName'], 'message' => $_POST['message'], - 'room' => ' ', + 'room' => $_POST['room'], 'examInfos' => [] ]; @@ -136,6 +136,10 @@ if (!empty($id) && file_exists("../configs/{$id}.json")) { +
+ + +

考试科目安排