diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 12:49:51 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 12:49:51 +0000 |
commit | 514afb57ceb65ef6109f7bc60181a0aa45b8f950 (patch) | |
tree | a53626b764b691fb66e0ec1b2c5f5f1dc8ce962e /mod/captcha/captcha.php | |
parent | e463f5079c9eef80350184cdb8af968dc416e90e (diff) | |
download | elgg-514afb57ceb65ef6109f7bc60181a0aa45b8f950.tar.gz elgg-514afb57ceb65ef6109f7bc60181a0aa45b8f950.tar.bz2 |
Updated Captcha UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5400 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/captcha/captcha.php')
-rw-r--r-- | mod/captcha/captcha.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/captcha/captcha.php b/mod/captcha/captcha.php index 0947940ec..1a2580f15 100644 --- a/mod/captcha/captcha.php +++ b/mod/captcha/captcha.php @@ -13,8 +13,7 @@ $token = get_input('captcha_token'); // Output captcha - if ($token) - { + if ($token) { // Set correct header header("Content-type: image/jpeg"); |