mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 14:50:26 +08:00
update: comm config
This commit is contained in:
parent
cb811bda5a
commit
01cf486137
@ -18,7 +18,7 @@ class CommController extends Controller
|
|||||||
? $this->getEmailSuffix()
|
? $this->getEmailSuffix()
|
||||||
: 0,
|
: 0,
|
||||||
'is_recaptcha' => (int)config('v2board.recaptcha_enable', 0) ? 1 : 0,
|
'is_recaptcha' => (int)config('v2board.recaptcha_enable', 0) ? 1 : 0,
|
||||||
'recaptcha_siteKey' => config('v2board.recaptcha_site_key'),
|
'recaptcha_site_key' => config('v2board.recaptcha_site_key'),
|
||||||
'app_description' => config('v2board.app_description'),
|
'app_description' => config('v2board.app_description'),
|
||||||
'app_url' => config('v2board.app_url')
|
'app_url' => config('v2board.app_url')
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user