mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Fix Scrutinizer reported errors
This commit is contained in:
parent
4a2d7b97f6
commit
80cd08ed04
29 changed files with 117 additions and 92 deletions
|
@ -374,7 +374,7 @@ class Session
|
|||
// Set up the cookie prefs before we throw down, this is very important
|
||||
$cookie_life = AmpConfig::get('cookie_life');
|
||||
$cookie_path = AmpConfig::get('cookie_path');
|
||||
$cookie_domain = false;
|
||||
$cookie_domain = null;
|
||||
$cookie_secure = AmpConfig::get('cookie_secure');
|
||||
|
||||
session_set_cookie_params($cookie_life, $cookie_path, $cookie_domain, $cookie_secure);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue