summaryrefslogtreecommitdiff
path: root/inc/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.sample.php')
-rw-r--r--inc/config.sample.php3
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' => '',
);
?>