From a1707314f5d1b2a9da3e8a7bd252f55c76aa629c Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 2 Aug 2023 15:02:19 +0800 Subject: [PATCH] Script.php: add the enclosing ?> for PHP code. --- Script.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Script.php b/Script.php index c0bfd7e..05545be 100644 --- a/Script.php +++ b/Script.php @@ -1096,3 +1096,4 @@ WHERE lab_report_submissions.Lab_Report_ID='$lab'"; header("Expires: 0"); print "$header\n$data"; } +?>