From 78167c02518ff9d757741f0e8df524da300d067d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 14 Oct 2006 17:29:07 +0000 Subject: removed extra lines from ajax, down to 86, updated ajax calls, added ldap auth --- templates/show_localplay_control.inc.php | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index a0177603..4e83bdef 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -23,36 +23,29 @@ $web_path = conf('web_path'); $localplay = init_localplay(); -$required_info = "&user_id=" . $GLOBALS['user']->id . "&sessid=" . session_id(); -$ajax_url = $web_path . '/server/ajax.server.php'; +$required_info = conf('ajax_info'); +$ajax_url = conf('ajax_url'); ?> -
has_function('prev')) { ?> - + prev - + stop has_function('pause')) { ?> - + pause - + play has_function('next')) { ?> - + next -- cgit