diff options
Diffstat (limited to 'mod/captcha/views')
| -rw-r--r-- | mod/captcha/views/default/captcha/css.php | 12 | ||||
| -rw-r--r-- | mod/captcha/views/default/input/captcha.php | 26 |
2 files changed, 0 insertions, 38 deletions
diff --git a/mod/captcha/views/default/captcha/css.php b/mod/captcha/views/default/captcha/css.php deleted file mode 100644 index 7deb4440e..000000000 --- a/mod/captcha/views/default/captcha/css.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Elgg Captcha CSS - * - * @package captcha - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.org/ - */ - -?>
\ No newline at end of file diff --git a/mod/captcha/views/default/input/captcha.php b/mod/captcha/views/default/input/captcha.php deleted file mode 100644 index 2c880eb0a..000000000 --- a/mod/captcha/views/default/input/captcha.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php - /** - * Elgg captcha plugin captcha hook view override. - * - * @package ElggCaptcha - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ - */ - - // Generate a token which is then passed into the captcha algorithm for verification - $token = captcha_generate_token(); -?> -<div class="captcha"> - <input type="hidden" name="captcha_token" value="<?php echo $token; ?>" /> - <label> - <?php echo elgg_echo('captcha:entercaptcha'); ?> - <div class="captcha_image"> - <img class="captcha-input-image" src="<?php echo $vars['url'] . "pg/captcha/$token"; ?>" /> - </div> - <div class="captcha_input"> - <?php echo elgg_view('input/text', array('internalname' => 'captcha_input')); ?> - </div> - </label> -</div>
\ No newline at end of file |
