File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ ALLOW_DATA_PURGE=false
7676# --------------------------------------------
7777# OPTIONAL: SESSION SETTINGS
7878# --------------------------------------------
79+ SESSION_DRIVER = file
7980SESSION_LIFETIME = 12000
8081EXPIRE_ON_CLOSE = false
8182ENCRYPT = false
@@ -98,7 +99,6 @@ ENABLE_HSTS=false
9899# OPTIONAL: CACHE SETTINGS
99100# --------------------------------------------
100101CACHE_DRIVER = file
101- SESSION_DRIVER = file
102102QUEUE_DRIVER = sync
103103CACHE_PREFIX = snipeit
104104
Original file line number Diff line number Diff line change 11<?php
22return array (
3- 'app_version ' => 'v6.0.7 ' ,
4- 'full_app_version ' => 'v6.0.7 - build 8351-gacc2e12f1 ' ,
5- 'build_version ' => '8351 ' ,
3+ 'app_version ' => 'v6.0.8 ' ,
4+ 'full_app_version ' => 'v6.0.8 - build 8409-gff5d64fcb ' ,
5+ 'build_version ' => '8409 ' ,
66 'prerelease_version ' => '' ,
7- 'hash_version ' => 'gacc2e12f1 ' ,
8- 'full_hash ' => 'v6.0.7-42-gacc2e12f1 ' ,
7+ 'hash_version ' => 'gff5d64fcb ' ,
8+ 'full_hash ' => 'v6.0.8-56-gff5d64fcb ' ,
99 'branch ' => 'master ' ,
1010);
You can’t perform that action at this time.
0 commit comments