mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
basic browse concept added to sidebar and start of the browse logic
This commit is contained in:
parent
b1f2bacf44
commit
691c838e90
9 changed files with 212 additions and 83 deletions
|
@ -226,10 +226,7 @@ else {
|
|||
init_preferences();
|
||||
|
||||
/* Add in some variables for ajax done here because we need the user */
|
||||
$ajax_info['ajax_url'] = $results['web_path'] . '/server/ajax.server.php';
|
||||
$ajax_info['ajax_info'] = '&user_id=' . $GLOBALS['user']->id;
|
||||
Config::set_by_array($ajax_info);
|
||||
unset($ajax_info);
|
||||
Config::set('ajax_url',Config::get('web_path') . '/server/ajax.server.php',1);
|
||||
|
||||
// Load gettext mojo
|
||||
load_gettext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue