diff options
Diffstat (limited to 'phpBB/includes/captcha/plugins/captcha_abstract.php')
-rw-r--r--[-rwxr-xr-x] | phpBB/includes/captcha/plugins/captcha_abstract.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/includes/captcha/plugins/captcha_abstract.php b/phpBB/includes/captcha/plugins/captcha_abstract.php index f5c135dc74..f88d82b2a0 100755..100644 --- a/phpBB/includes/captcha/plugins/captcha_abstract.php +++ b/phpBB/includes/captcha/plugins/captcha_abstract.php @@ -1,9 +1,9 @@ -<? +<?php /** * * @package VC -* @version $Id: $ -* @copyright (c) 2006 2008 phpBB Group +* @version $Id$ +* @copyright (c) 2006, 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ @@ -330,3 +330,4 @@ class phpbb_default_captcha } +?>
\ No newline at end of file |