1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

sync from branch

This commit is contained in:
Karl 'vollmerk' Vollmer 2009-07-08 16:12:01 +00:00
parent b11c9d823a
commit 2fa487db93
4 changed files with 18 additions and 14 deletions

View file

@ -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();