@@ -22,21 +22,21 @@ |
||
| 22 | 22 | |
| 23 | 23 | foreach (['ru', 'en'] as $lang) { |
| 24 | 24 | foreach ([ |
| 25 | - new \jumper423\decaptcha\services\RuCaptcha([]), |
|
| 26 | - new \jumper423\decaptcha\services\RuCaptchaReCaptcha([]), |
|
| 27 | - new \jumper423\decaptcha\services\RuCaptchaInstruction([]), |
|
| 28 | - new \jumper423\decaptcha\services\RuCaptchaGrid([]), |
|
| 29 | - new \jumper423\decaptcha\services\RuCaptchaClick([]), |
|
| 30 | - new \jumper423\decaptcha\services\TwoCaptcha([]), |
|
| 31 | - new \jumper423\decaptcha\services\TwoCaptchaReCaptcha([]), |
|
| 32 | - new \jumper423\decaptcha\services\TwoCaptchaInstruction([]), |
|
| 33 | - new \jumper423\decaptcha\services\TwoCaptchaGrid([]), |
|
| 34 | - new \jumper423\decaptcha\services\TwoCaptchaClick([]), |
|
| 35 | - new \jumper423\decaptcha\services\Anticaptcha([]), |
|
| 36 | - new \jumper423\decaptcha\services\AnticaptchaReCaptcha([]), |
|
| 37 | - new \jumper423\decaptcha\services\AnticaptchaReCaptchaProxeless([]), |
|
| 38 | - new \jumper423\decaptcha\services\Captcha24([]), |
|
| 39 | - ] as $class) { |
|
| 25 | + new \jumper423\decaptcha\services\RuCaptcha([]), |
|
| 26 | + new \jumper423\decaptcha\services\RuCaptchaReCaptcha([]), |
|
| 27 | + new \jumper423\decaptcha\services\RuCaptchaInstruction([]), |
|
| 28 | + new \jumper423\decaptcha\services\RuCaptchaGrid([]), |
|
| 29 | + new \jumper423\decaptcha\services\RuCaptchaClick([]), |
|
| 30 | + new \jumper423\decaptcha\services\TwoCaptcha([]), |
|
| 31 | + new \jumper423\decaptcha\services\TwoCaptchaReCaptcha([]), |
|
| 32 | + new \jumper423\decaptcha\services\TwoCaptchaInstruction([]), |
|
| 33 | + new \jumper423\decaptcha\services\TwoCaptchaGrid([]), |
|
| 34 | + new \jumper423\decaptcha\services\TwoCaptchaClick([]), |
|
| 35 | + new \jumper423\decaptcha\services\Anticaptcha([]), |
|
| 36 | + new \jumper423\decaptcha\services\AnticaptchaReCaptcha([]), |
|
| 37 | + new \jumper423\decaptcha\services\AnticaptchaReCaptchaProxeless([]), |
|
| 38 | + new \jumper423\decaptcha\services\Captcha24([]), |
|
| 39 | + ] as $class) { |
|
| 40 | 40 | $tt = $class->getWiki($lang); |
| 41 | 41 | $tt->save(); |
| 42 | 42 | } |
@@ -1,24 +1,24 @@ |
||
| 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/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/core/DeCaptchaWiki.php'; |
|
| 22 | 22 | |
| 23 | 23 | foreach (['ru', 'en'] as $lang) { |
| 24 | 24 | foreach ([ |