diff options
| author | Carson Fleming <cflems@cflems.net> | 2022-12-12 05:16:41 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2022-12-12 05:16:41 -0800 |
| commit | 5af11a7f8b7c06bfd942bde87ad4d87177e1afe3 (patch) | |
| tree | 3f87a21a3de41a9715eddc82b0b2a153cc66f32b /inc/config.sample.php | |
| parent | 2e575b58a9b3d5040130daedefd532d73c5117c4 (diff) | |
| download | bulletin-5af11a7f8b7c06bfd942bde87ad4d87177e1afe3.tar.gz | |
Render a reCAPTCHA on the signup page
Diffstat (limited to 'inc/config.sample.php')
| -rw-r--r-- | inc/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/config.sample.php b/inc/config.sample.php index f6b44d1..5c14806 100644 --- a/inc/config.sample.php +++ b/inc/config.sample.php @@ -35,5 +35,8 @@ $b_config = array( 'mg_key' => '', 'mg_dom' => '', + // ReCAPTCHA config + 'recaptcha_api_key' => '', + 'recaptcha_api_secret' => '', ); ?> |
