Allow us to set better default settings. Closes #1755

This commit is contained in:
James Brooks
2016-05-08 16:00:14 +01:00
parent 1584883f39
commit 452eb653a5
2 changed files with 40 additions and 1 deletions

23
config/setting.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| Dashboard Login Link
|--------------------------------------------------------------------------
|
| Whether to show the dashboard link in the footer by default.
|
*/
'dashboard_login_link' => true,
];