mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
No EOL
345 B
PHP
8 lines
No EOL
345 B
PHP
<?php
|
|
|
|
return [
|
|
'copyright' => env('INSTANCE_COPYRIGHT', null),
|
|
'intro_registration' => env('INSTANCE_INTRO_REGISTRATION', null), // Can be Markdown formatted
|
|
'confirmed_registration_text' => env('INSTANCE_CONFIRMED_REGISTRATION_TEXT', null), // Can be Markdown formatted
|
|
'custom_theme' => env('INSTANCE_CUSTOM_THEME', false),
|
|
]; |