mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
16 lines
222 B
PHP
16 lines
222 B
PHP
<?php
|
|
|
|
return [
|
|
'content' => [
|
|
'regular' => [
|
|
[
|
|
'name' => 'allowed_recaptcha',
|
|
'value' => 0,
|
|
],
|
|
],
|
|
'extended' => [
|
|
|
|
],
|
|
],
|
|
];
|