flexisip-account-manager/flexiapi/config/instance.php
2020-09-14 11:24:59 +02:00

7 lines
No EOL
199 B
PHP

<?php
return [
'copyright' => env('INSTANCE_COPYRIGHT', null),
'intro_registration' => env('INSTANCE_INTRO_REGISTRATION', null),
'custom_theme' => env('INSTANCE_CUSTOM_THEME', false),
];