diff options
Diffstat (limited to 'inc')
| -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' => '', ); ?> |
