mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-06 04:28:27 +00:00
14 lines
341 B
PHP
14 lines
341 B
PHP
<?php
|
|
|
|
return [
|
|
'lang' => app()->getLocale(),
|
|
'server-get-config' => false,
|
|
'id' => env('GEETEST_ID'),
|
|
'key' => env('GEETEST_KEY'),
|
|
'url' => '/geetest',
|
|
'protocol' => 'http',
|
|
'product' => 'float',
|
|
'client_fail_alert' => '请正确完成验证码操作',
|
|
'server_fail_alert' => '验证码校验失败',
|
|
];
|