summary refs log tree commit diff stats
path: root/includes/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/comments.php')
-rwxr-xr-xincludes/comments.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/comments.php b/includes/comments.php index 78353c1..be48c02 100755 --- a/includes/comments.php +++ b/includes/comments.php
@@ -23,8 +23,7 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include('includes/recaptchalib.php'); 25include('includes/recaptchalib.php');
26$publickey = "6LfgvgEAAAAAAG_BJMkWk8sNcT1nBaGoXKJYb-JT"; 26$publickey = "6LdIZLwSAAAAAGS77bqSjfRka3TsLeRn71-W441f";
27$privatekey = "6LfgvgEAAAAAAD0_UVLp57MU7tqcypsbZPS9qTnr";
28 27
29$curID = 0; 28$curID = 0;
30 29