diff options
Diffstat (limited to 'phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php')
-rw-r--r-- | phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php index 7a3c406324..42ca25ae54 100644 --- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php +++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.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 * */ @@ -19,7 +19,7 @@ if (!defined('IN_PHPBB')) if (!class_exists('phpbb_default_captcha')) { // we need the classic captcha code for tracking solutions and attempts - include_once($phpbb_root_path . "includes/captcha/plugins/captcha_abstract." . $phpEx); + include_once($phpbb_root_path . 'includes/captcha/plugins/captcha_abstract.' . $phpEx); } class phpbb_recaptcha extends phpbb_default_captcha |