From 5c907a1351fe91ced79f969df5a616a786a5c8d9 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 14:28:18 -0700 Subject: Fix some formatting --- signup/signup.php | 1 + signup/verify/verify.php | 1 + 2 files changed, 2 insertions(+) (limited to 'signup') diff --git a/signup/signup.php b/signup/signup.php index 4300b61..a0d0dea 100755 --- a/signup/signup.php +++ b/signup/signup.php @@ -91,4 +91,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { exit; } } + ?> diff --git a/signup/verify/verify.php b/signup/verify/verify.php index 1fc6202..471251d 100755 --- a/signup/verify/verify.php +++ b/signup/verify/verify.php @@ -97,4 +97,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { header("Location: /signin"); } + ?> -- cgit v1.2.3