mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
7 lines
No EOL
199 B
PHP
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),
|
|
]; |