From 895280fed776a51679160fc68ba1a5ade4710457 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Wed, 9 Jan 2019 14:38:43 +0000 Subject: [PATCH] reCAPTCHA v3 support and general tidy up --- footer.php | 26 +++++++----- header.php | 5 ++- index.php | 42 ++++++++++--------- public/config-sample.php | 7 ++++ public/functions.php | 67 +++++++++++++++++++++++++++++++ public/js/app.js | 11 +++++ result.php | 87 +++++++++++++++------------------------- 7 files changed, 162 insertions(+), 83 deletions(-) create mode 100644 public/functions.php diff --git a/footer.php b/footer.php index 679a2bf..882e512 100644 --- a/footer.php +++ b/footer.php @@ -10,24 +10,30 @@