diff options
Diffstat (limited to 'includes/comments.php')
| -rwxr-xr-x | includes/comments.php | 5 |
1 files changed, 0 insertions, 5 deletions
| diff --git a/includes/comments.php b/includes/comments.php index 78353c1..aca3eb1 100755 --- a/includes/comments.php +++ b/includes/comments.php | |||
| @@ -22,10 +22,6 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
| 22 | 22 | ||
| 23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
| 24 | 24 | ||
| 25 | include('includes/recaptchalib.php'); | ||
| 26 | $publickey = "6LfgvgEAAAAAAG_BJMkWk8sNcT1nBaGoXKJYb-JT"; | ||
| 27 | $privatekey = "6LfgvgEAAAAAAD0_UVLp57MU7tqcypsbZPS9qTnr"; | ||
| 28 | |||
| 29 | $curID = 0; | 25 | $curID = 0; |
| 30 | 26 | ||
| 31 | $template = new FITemplate('comments'); | 27 | $template = new FITemplate('comments'); |
| @@ -34,7 +30,6 @@ $template->add('USERNAME',(isLoggedIn() ? getSessionUsername() : 'Anonymous')); | |||
| 34 | 30 | ||
| 35 | if (!isLoggedIn()) | 31 | if (!isLoggedIn()) |
| 36 | { | 32 | { |
| 37 | $template->add('RECAPTCHA',recaptcha_get_html($publickey)); | ||
| 38 | $template->adds_block('NOLOG',array('exi'=>1)); | 33 | $template->adds_block('NOLOG',array('exi'=>1)); |
| 39 | } | 34 | } |
| 40 | 35 | ||
