|
@@ -1,23 +1,23 @@ |
|
|
block discarded – undo |
|
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/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/core/DeCaptchaWiki.php'; |
|
21
|
21
|
|
|
22
|
22
|
foreach (['ru', 'en'] as $lang) { |
|
23
|
23
|
foreach ([ |