mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
6 lines
66 B
PHP
6 lines
66 B
PHP
<?php
|
|
|
|
return [
|
|
'enabled' => env('CAPTCHA_ENABLED', true),
|
|
];
|