1
0
Fork 0
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:
Karl 'vollmerk' Vollmer 2007-05-06 21:07:03 +00:00
parent b1f2bacf44
commit 691c838e90
9 changed files with 212 additions and 83 deletions

View file

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