summaryrefslogtreecommitdiff
path: root/registration.php
diff options
context:
space:
mode:
Diffstat (limited to 'registration.php')
-rw-r--r--registration.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/registration.php b/registration.php
index 4224e2b..74fd7f5 100644
--- a/registration.php
+++ b/registration.php
@@ -3,6 +3,8 @@
require_once('includes/libs/libmysql.php');
require_once('includes/models/account.php');
require_once('recaptcha-php/recaptchalib.php');
+
+ require_once('recaptcha-php/keys.php');
$publickey = "6LexmAQAAAAAAJD-07K2pF5RvTfIdRrlE4lKbUZ2"; // you got this from the signup page
$privatekey = ":::";