diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-07 16:28:40 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-07 16:28:40 +0000 |
commit | fcafabae52cefd8012f9e6e9d9a55fcf8956d577 (patch) | |
tree | 560d1df4d82f9e56eff44839e02535b0caf142b5 /views/default/input | |
parent | b191a30ebfe6e8bcb75c41193ed36190ae53a12f (diff) | |
download | elgg-fcafabae52cefd8012f9e6e9d9a55fcf8956d577.tar.gz elgg-fcafabae52cefd8012f9e6e9d9a55fcf8956d577.tar.bz2 |
Closes #983: Introducing input/captcha view, use wherever a captcha is required - override with plugins and use the actions hook to do additional validation!
git-svn-id: https://code.elgg.org/elgg/trunk@3266 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/input')
-rw-r--r-- | views/default/input/captcha.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/default/input/captcha.php b/views/default/input/captcha.php new file mode 100644 index 000000000..2e0a29286 --- /dev/null +++ b/views/default/input/captcha.php @@ -0,0 +1,12 @@ +<?php + /** + * This view provides a hook for third parties to provide captcha behaviour. + * + * @package Elgg + * @subpackage Core + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Curverider Ltd + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + */ +?>
\ No newline at end of file |