Xboard/config/hidden_features.php

5 lines
130 B
PHP

<?php
return [
'enable_exposed_user_count_fix' => (env('ENABLE_EXPOSED_USER_COUNT_FIX') === base64_decode('M2YwNmYxODI='))
];