summary refs log tree commit diff stats
path: root/pages/post.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/post.php')
-rwxr-xr-xpages/post.php1
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);}
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include('includes/recaptchalib.php'); 25include('includes/recaptchalib.php');
26$privatekey = "6LfgvgEAAAAAAD0_UVLp57MU7tqcypsbZPS9qTnr";
27 26
28if (!isset($_POST['id'])) 27if (!isset($_POST['id']))
29{ 28{