From: Andreas F. <ba...@ph...> - 2009-07-29 23:00:45
|
Author: bantu Date: Wed Jul 29 23:59:51 2009 New Revision: 9891 Log: Props. Modified: branches/phpBB-3_0_0/phpBB/includes/acm/acm_apc.php (props changed) branches/phpBB-3_0_0/phpBB/includes/acm/acm_eaccelerator.php (props changed) branches/phpBB-3_0_0/phpBB/includes/acm/acm_null.php (props changed) branches/phpBB-3_0_0/phpBB/includes/acm/acm_xcache.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_factory.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_gd_wave.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_plugin.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/captcha_abstract.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php (props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php (contents, props changed) branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php (props changed) Propchange: branches/phpBB-3_0_0/phpBB/includes/acm/acm_apc.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/acm/acm_eaccelerator.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/acm/acm_null.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/acm/acm_xcache.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_factory.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_gd_wave.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/captcha_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/captcha_abstract.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF Modified: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php (original) --- branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php Wed Jul 29 23:59:51 2009 *************** *** 2,8 **** /** * * @package VC ! * @version $Id: captcha_abstract.php 9709 2009-06-30 14:23:16Z Kellanved $ * @copyright (c) 2006, 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * --- 2,8 ---- /** * * @package VC ! * @version $Id$ * @copyright (c) 2006, 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: branches/phpBB-3_0_0/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php ------------------------------------------------------------------------------ svn:eol-style = LF |