Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -79,7 +79,8 @@ module RedmineApp
|
|||
|
||||
config.session_store :cookie_store,
|
||||
:key => '_redmine_session',
|
||||
:path => config.relative_url_root || '/'
|
||||
:path => config.relative_url_root || '/',
|
||||
:same_site => :lax
|
||||
|
||||
if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb'))
|
||||
instance_eval File.read(File.join(File.dirname(__FILE__), 'additional_environment.rb'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue