summaryrefslogtreecommitdiff
path: root/registration.php
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:24:28 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:24:28 +0100
commit56dd0b46b9e55378e91e326a16286a437f958fc7 (patch)
tree58ecacd4be7585be4a808d2621dc74fb44a582b2 /registration.php
parent45f990bf40668f61b78809d60a07505e369c4f31 (diff)
downloadwebsite-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.gz
website-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.bz2
website-56dd0b46b9e55378e91e326a16286a437f958fc7.tar.xz
website-56dd0b46b9e55378e91e326a16286a437f958fc7.zip
Updated the link to the IRC channel
Also removed unnecessary key variables, since they are set in keys.php.
Diffstat (limited to 'registration.php')
-rw-r--r--registration.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/registration.php b/registration.php
index 0033dc2..27d2f83 100644
--- a/registration.php
+++ b/registration.php
@@ -6,8 +6,6 @@
require_once('recaptcha-php/keys.php');
- $publickey = "6LexmAQAAAAAAJD-07K2pF5RvTfIdRrlE4lKbUZ2"; // you got this from the signup page
- $privatekey = ":::";
$enable_captcha = true; // modify this in production
$showform = true;