mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
5 lines
130 B
PHP
5 lines
130 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'enable_exposed_user_count_fix' => (env('ENABLE_EXPOSED_USER_COUNT_FIX') === base64_decode('M2YwNmYxODI='))
|
||
|
];
|