mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Pulled from the app.php as well
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e08acb851c
commit
7c7fa96334
|
@ -427,19 +427,5 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'escape_formulas' => env('CSV_ESCAPE_FORMULAS', true),
|
'escape_formulas' => env('CSV_ESCAPE_FORMULAS', true),
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Show Remote Login Options
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| This determins whether or not to display the remote login options under Security.
|
|
||||||
| Most people won't need this, and if you don't have remote login configured
|
|
||||||
| and working correctly, you can lock yourself out of the system by enabling that
|
|
||||||
| option in the Admin Settings > Security section.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'show_remote_login_only_option' => env('SHOW_REMOTE_LOGIN_ONLY_OPTION', false),
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue