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 1/3] 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/" ]; ?> From 1c45829580791a48f3c85217fac2c8864b68d438 Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:33:01 -0500 Subject: [PATCH 2/3] UTCT-31: Change PHP version in Lando to 8.2. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- .lando.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.yml b/.lando.yml index 36ef678..4e4c32e 100644 --- a/.lando.yml +++ b/.lando.yml @@ -1,7 +1,7 @@ name: utctiny recipe: lamp config: - php: '8.1' + php: '8.2' webroot: . database: mariadb xdebug: false From d0fb69669499d6fa3cbb3f18ba7294e045631bae Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:36:18 -0500 Subject: [PATCH 3/3] UTCT-31: Remove the ReCaptcha config; that's for other PR. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- frontend/config.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/config.php b/frontend/config.php index 2df7b0b..f6fee5c 100644 --- a/frontend/config.php +++ b/frontend/config.php @@ -1,16 +1,16 @@ - "LINK", $footerLinks = [ - "About" => "https://github.com/utctiny", - "Contact" => "https://www.utc.edu/web", -// "Legal" => "https://yourls.org/", - "Admin" => "/admin/" + "About" => "https://sleeky.flynntes.com/", + "Contact" => "https://yourls.org/", + "Legal" => "https://yourls.org/", + "Admin" => "/admin" ]; ?>