From 094ac4d7acf4331f879b86d6864132f6f95567d7 Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:17:48 -0500 Subject: [PATCH] UTCT-26: Add ReCaptcha site key. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Secret key was moved to the app config file, not committed, per-environment. --- frontend/config.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/config.php b/frontend/config.php index f6fee5c..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/", - "Admin" => "/admin" + "About" => "https://github.com/utctiny", + "Contact" => "https://www.utc.edu/web", +// "Legal" => "https://yourls.org/", + "Admin" => "/admin/" ]; ?>