diff options
Diffstat (limited to 'includes/comments.php')
-rwxr-xr-x | includes/comments.php | 3 |
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);} | |||
23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
24 | 24 | ||
25 | include('includes/recaptchalib.php'); | 25 | include('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 | ||