diff options
Diffstat (limited to 'pages/post.php')
-rwxr-xr-x | pages/post.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/post.php b/pages/post.php index 121435a..3f728c8 100755 --- a/pages/post.php +++ b/pages/post.php | |||
@@ -23,7 +23,6 @@ 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 | $privatekey = "6LfgvgEAAAAAAD0_UVLp57MU7tqcypsbZPS9qTnr"; | ||
27 | 26 | ||
28 | if (!isset($_POST['id'])) | 27 | if (!isset($_POST['id'])) |
29 | { | 28 | { |