@@ -24,23 +24,23 @@ |
||
24 | 24 | |
25 | 25 | foreach (['ru', 'en'] as $lang) { |
26 | 26 | foreach ([ |
27 | - new \jumper423\decaptcha\services\RuCaptcha([]), |
|
28 | - new \jumper423\decaptcha\services\RuCaptchaReCaptcha([]), |
|
29 | - new \jumper423\decaptcha\services\RuCaptchaInstruction([]), |
|
30 | - new \jumper423\decaptcha\services\RuCaptchaGrid([]), |
|
31 | - new \jumper423\decaptcha\services\RuCaptchaClick([]), |
|
32 | - new \jumper423\decaptcha\services\TwoCaptcha([]), |
|
33 | - new \jumper423\decaptcha\services\TwoCaptchaReCaptcha([]), |
|
34 | - new \jumper423\decaptcha\services\TwoCaptchaInstruction([]), |
|
35 | - new \jumper423\decaptcha\services\TwoCaptchaGrid([]), |
|
36 | - new \jumper423\decaptcha\services\TwoCaptchaClick([]), |
|
37 | - new \jumper423\decaptcha\services\Anticaptcha([]), |
|
38 | - new \jumper423\decaptcha\services\AnticaptchaReCaptcha([]), |
|
39 | - new \jumper423\decaptcha\services\AnticaptchaReCaptchaProxeless([]), |
|
40 | - new \jumper423\decaptcha\services\Captcha24([]), |
|
41 | - new \jumper423\decaptcha\services\Pixodrom([]), |
|
42 | - new \jumper423\decaptcha\services\Ripcaptcha([]), |
|
43 | - ] as $class) { |
|
27 | + new \jumper423\decaptcha\services\RuCaptcha([]), |
|
28 | + new \jumper423\decaptcha\services\RuCaptchaReCaptcha([]), |
|
29 | + new \jumper423\decaptcha\services\RuCaptchaInstruction([]), |
|
30 | + new \jumper423\decaptcha\services\RuCaptchaGrid([]), |
|
31 | + new \jumper423\decaptcha\services\RuCaptchaClick([]), |
|
32 | + new \jumper423\decaptcha\services\TwoCaptcha([]), |
|
33 | + new \jumper423\decaptcha\services\TwoCaptchaReCaptcha([]), |
|
34 | + new \jumper423\decaptcha\services\TwoCaptchaInstruction([]), |
|
35 | + new \jumper423\decaptcha\services\TwoCaptchaGrid([]), |
|
36 | + new \jumper423\decaptcha\services\TwoCaptchaClick([]), |
|
37 | + new \jumper423\decaptcha\services\Anticaptcha([]), |
|
38 | + new \jumper423\decaptcha\services\AnticaptchaReCaptcha([]), |
|
39 | + new \jumper423\decaptcha\services\AnticaptchaReCaptchaProxeless([]), |
|
40 | + new \jumper423\decaptcha\services\Captcha24([]), |
|
41 | + new \jumper423\decaptcha\services\Pixodrom([]), |
|
42 | + new \jumper423\decaptcha\services\Ripcaptcha([]), |
|
43 | + ] as $class) { |
|
44 | 44 | $tt = $class->getWiki($lang); |
45 | 45 | $tt->save(); |
46 | 46 | } |
@@ -1,26 +1,26 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once __DIR__.'/../src/core/DeCaptchaErrors.php'; |
|
4 | -include_once __DIR__.'/../src/core/DeCaptchaInterface.php'; |
|
5 | -include_once __DIR__.'/../src/core/DeCaptchaAbstract.php'; |
|
6 | -include_once __DIR__.'/../src/core/DeCaptchaBase.php'; |
|
7 | -include_once __DIR__.'/../src/services/RuCaptcha.php'; |
|
8 | -include_once __DIR__.'/../src/services/RuCaptchaReCaptcha.php'; |
|
9 | -include_once __DIR__.'/../src/services/RuCaptchaInstruction.php'; |
|
10 | -include_once __DIR__.'/../src/services/RuCaptchaGrid.php'; |
|
11 | -include_once __DIR__.'/../src/services/RuCaptchaClick.php'; |
|
12 | -include_once __DIR__.'/../src/services/TwoCaptcha.php'; |
|
13 | -include_once __DIR__.'/../src/services/TwoCaptchaReCaptcha.php'; |
|
14 | -include_once __DIR__.'/../src/services/TwoCaptchaInstruction.php'; |
|
15 | -include_once __DIR__.'/../src/services/TwoCaptchaGrid.php'; |
|
16 | -include_once __DIR__.'/../src/services/TwoCaptchaClick.php'; |
|
17 | -include_once __DIR__.'/../src/services/Anticaptcha.php'; |
|
18 | -include_once __DIR__.'/../src/services/AnticaptchaReCaptchaProxeless.php'; |
|
19 | -include_once __DIR__.'/../src/services/AnticaptchaReCaptcha.php'; |
|
20 | -include_once __DIR__.'/../src/services/Captcha24.php'; |
|
21 | -include_once __DIR__.'/../src/services/Pixodrom.php'; |
|
22 | -include_once __DIR__.'/../src/services/Ripcaptcha.php'; |
|
23 | -include_once __DIR__.'/../src/core/DeCaptchaWiki.php'; |
|
3 | +include_once __DIR__ . '/../src/core/DeCaptchaErrors.php'; |
|
4 | +include_once __DIR__ . '/../src/core/DeCaptchaInterface.php'; |
|
5 | +include_once __DIR__ . '/../src/core/DeCaptchaAbstract.php'; |
|
6 | +include_once __DIR__ . '/../src/core/DeCaptchaBase.php'; |
|
7 | +include_once __DIR__ . '/../src/services/RuCaptcha.php'; |
|
8 | +include_once __DIR__ . '/../src/services/RuCaptchaReCaptcha.php'; |
|
9 | +include_once __DIR__ . '/../src/services/RuCaptchaInstruction.php'; |
|
10 | +include_once __DIR__ . '/../src/services/RuCaptchaGrid.php'; |
|
11 | +include_once __DIR__ . '/../src/services/RuCaptchaClick.php'; |
|
12 | +include_once __DIR__ . '/../src/services/TwoCaptcha.php'; |
|
13 | +include_once __DIR__ . '/../src/services/TwoCaptchaReCaptcha.php'; |
|
14 | +include_once __DIR__ . '/../src/services/TwoCaptchaInstruction.php'; |
|
15 | +include_once __DIR__ . '/../src/services/TwoCaptchaGrid.php'; |
|
16 | +include_once __DIR__ . '/../src/services/TwoCaptchaClick.php'; |
|
17 | +include_once __DIR__ . '/../src/services/Anticaptcha.php'; |
|
18 | +include_once __DIR__ . '/../src/services/AnticaptchaReCaptchaProxeless.php'; |
|
19 | +include_once __DIR__ . '/../src/services/AnticaptchaReCaptcha.php'; |
|
20 | +include_once __DIR__ . '/../src/services/Captcha24.php'; |
|
21 | +include_once __DIR__ . '/../src/services/Pixodrom.php'; |
|
22 | +include_once __DIR__ . '/../src/services/Ripcaptcha.php'; |
|
23 | +include_once __DIR__ . '/../src/core/DeCaptchaWiki.php'; |
|
24 | 24 | |
25 | 25 | foreach (['ru', 'en'] as $lang) { |
26 | 26 | foreach ([ |