1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

ajax loading thingy added to css, fixed random methods on rightbar and added a default sort to the browse methods

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-09-28 02:18:08 +00:00
parent 9030c16466
commit 705fba8f49
10 changed files with 76 additions and 14 deletions

View file

@ -98,7 +98,7 @@ class Random {
}
if (Config::get('require_session')) {
$session_string = '&sid=' . session_id();
$session_string = '&sid=' . Stream::get_session();
}
$web_path = Config::get('web_path');