summaryrefslogtreecommitdiff
path: root/registration.php
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2009-10-18 18:52:33 +0200
committerAndreas Habel <mail@exceptionfault.de>2009-10-18 18:52:33 +0200
commit3df05ef0dc07d522f51d55fef4bbad4cdd54d298 (patch)
treec5008f0bef043d9c2c34f15999a2e624d904c4db /registration.php
parent811908812766bd2850ac6ce865d1c6751c733bbb (diff)
downloadwebsite-3df05ef0dc07d522f51d55fef4bbad4cdd54d298.tar.gz
website-3df05ef0dc07d522f51d55fef4bbad4cdd54d298.tar.bz2
website-3df05ef0dc07d522f51d55fef4bbad4cdd54d298.tar.xz
website-3df05ef0dc07d522f51d55fef4bbad4cdd54d298.zip
Added public key of tmw.
Diffstat (limited to 'registration.php')
-rw-r--r--registration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/registration.php b/registration.php
index 6d3e73a..8a91d7a 100644
--- a/registration.php
+++ b/registration.php
@@ -1,7 +1,7 @@
<?php
require_once('recaptcha-php/recaptchalib.php');
- $publickey = "..."; // you got this from the signup page
+ $publickey = "6LexmAQAAAAAAJD-07K2pF5RvTfIdRrlE4lKbUZ2"; // you got this from the signup page
$privatekey = ":::";
include("includes/common.php");