flexisip-account-manager/flexiapi/config/instance.php
Timothée Jaussoin 7ca7aefad2 Update the dependencies
Allow email account registration text to be customized
Rename lindoor CSS to linhome CSS
2020-09-28 11:36:15 +02:00

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),
];