mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix .env migration unescaped $ in passwords (#8688)
* Fix .env migration unescaped $ in passwords Better fix for timezone in Laravel * Simpler change
This commit is contained in:
@@ -64,7 +64,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => null, // set to null to avoid setting timezone
|
||||
'timezone' => ini_get('date.timezone'), // use existing timezone
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user