mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
sync from branch
This commit is contained in:
parent
b11c9d823a
commit
2fa487db93
4 changed files with 18 additions and 14 deletions
|
@ -246,7 +246,7 @@ elseif (!Config::get('use_auth')) {
|
|||
}
|
||||
// If Auth, but no session is set
|
||||
else {
|
||||
if (isset($_REQUEST['sessid'])) {
|
||||
if (isset($_REQUEST['sid'])) {
|
||||
session_name(Config::get('session_name'));
|
||||
session_id(scrub_in($_REQUEST['sessid']));
|
||||
session_start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue