Conditions | 1 |
Paths | 1 |
Total Lines | 20 |
Lines | 20 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
12 | public function init() |
||
13 | { |
||
14 | parent::init(); |
||
15 | |||
16 | $this->wiki->setText(['service', 'name'], [ |
||
17 | 'ru' => '2Captcha FunCaptcha', |
||
18 | 'en' => '2Captcha FunCaptcha', |
||
19 | ]); |
||
20 | $this->wiki->setText(['service', 'href'], 'http://infoblog1.ru/goto/2captcha'); |
||
21 | $this->wiki->setText(['menu', 'from_service'], [ |
||
22 | TwoCaptcha::class, |
||
23 | TwoCaptchaInstruction::class, |
||
24 | TwoCaptchaClick::class, |
||
25 | TwoCaptchaGrid::class, |
||
26 | TwoCaptchaReCaptcha::class, |
||
27 | TwoCaptchaFunCaptcha::class, |
||
28 | TwoCaptchaReCaptchaV3::class, |
||
29 | TwoCaptchaGeeTest::class, |
||
30 | ]); |
||
31 | } |
||
32 | } |
||
33 |