From 11881a32225baa694b84548e37436629f9577802 Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:32:34 -0500 Subject: [PATCH] UTCT-26: correct frontend ReCaptcha config. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- frontend/config.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/config.php b/frontend/config.php index 97a5698..2df7b0b 100644 --- a/frontend/config.php +++ b/frontend/config.php @@ -1,16 +1,16 @@ - "LINK", $footerLinks = [ - "About" => "https://sleeky.flynntes.com/", - "Contact" => "https://yourls.org/", - "Legal" => "https://yourls.org/", + "About" => "https://github.com/utctiny", + "Contact" => "https://www.utc.edu/web", +// "Legal" => "https://yourls.org/", "Admin" => "/admin/" ];