@@ -1,34 +1,34 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is a PHP library that handles calling reCAPTCHA. |
|
4 | - * - Documentation and latest version |
|
5 | - * https://developers.google.com/recaptcha/docs/php |
|
6 | - * - Get a reCAPTCHA API Key |
|
7 | - * https://www.google.com/recaptcha/admin/create |
|
8 | - * - Discussion group |
|
9 | - * http://groups.google.com/group/recaptcha |
|
10 | - * |
|
11 | - * @copyright Copyright (c) 2014, Google Inc. |
|
12 | - * @link http://www.google.com/recaptcha |
|
13 | - * |
|
14 | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
|
15 | - * of this software and associated documentation files (the "Software"), to deal |
|
16 | - * in the Software without restriction, including without limitation the rights |
|
17 | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
18 | - * copies of the Software, and to permit persons to whom the Software is |
|
19 | - * furnished to do so, subject to the following conditions: |
|
20 | - * |
|
21 | - * The above copyright notice and this permission notice shall be included in |
|
22 | - * all copies or substantial portions of the Software. |
|
23 | - * |
|
24 | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
25 | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
26 | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
27 | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
28 | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
29 | - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
30 | - * THE SOFTWARE. |
|
31 | - */ |
|
3 | + * This is a PHP library that handles calling reCAPTCHA. |
|
4 | + * - Documentation and latest version |
|
5 | + * https://developers.google.com/recaptcha/docs/php |
|
6 | + * - Get a reCAPTCHA API Key |
|
7 | + * https://www.google.com/recaptcha/admin/create |
|
8 | + * - Discussion group |
|
9 | + * http://groups.google.com/group/recaptcha |
|
10 | + * |
|
11 | + * @copyright Copyright (c) 2014, Google Inc. |
|
12 | + * @link http://www.google.com/recaptcha |
|
13 | + * |
|
14 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
|
15 | + * of this software and associated documentation files (the "Software"), to deal |
|
16 | + * in the Software without restriction, including without limitation the rights |
|
17 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
18 | + * copies of the Software, and to permit persons to whom the Software is |
|
19 | + * furnished to do so, subject to the following conditions: |
|
20 | + * |
|
21 | + * The above copyright notice and this permission notice shall be included in |
|
22 | + * all copies or substantial portions of the Software. |
|
23 | + * |
|
24 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
25 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
26 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
27 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
28 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
29 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
30 | + * THE SOFTWARE. |
|
31 | + */ |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * MG: I have significantly changed this library from Google's own, mostly because |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - * Translated By : Bassel Taha Alhitary - www.alhitary.net |
|
10 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + * Translated By : Bassel Taha Alhitary - www.alhitary.net |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * DO NOT CHANGE |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * @German translation by MAGIC - kthx.at |
|
9 | - * |
|
10 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * @German translation by MAGIC - kthx.at |
|
9 | + * |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * DO NOT CHANGE |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. - traduzione italiana a cura di TurboLab.it |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. - traduzione italiana a cura di TurboLab.it |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * DO NOT CHANGE |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace gothick\recaptcha2\migrations; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace gothick\recaptcha2\migrations; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace gothick\recaptcha2\migrations; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace gothick\recaptcha2\migrations; |
12 | 12 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Gothick reCAPTCHA 2.0 |
|
4 | - * |
|
5 | - * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | - * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | - * |
|
9 | - */ |
|
3 | + * Gothick reCAPTCHA 2.0 |
|
4 | + * |
|
5 | + * @package phpBB Extension - reCAPTCHA 2.0 |
|
6 | + * @copyright (c) 2015 Matt Gibson Creative Ltd. |
|
7 | + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 |
|
8 | + * |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace gothick\recaptcha2\migrations; |
12 | 12 |