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

fixed ajax requests with invalid session not causing logout

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-12-10 20:28:47 +00:00
parent c13392b861
commit c0f55e26b2
5 changed files with 21 additions and 64 deletions

View file

@ -247,7 +247,7 @@ class Update {
$version[] = array('version' => '340012','description'=>$update_string);
$update_string = '- Removed Unused Preferneces.<br />' .
$update_string = '- Removed Unused Preferences.<br />' .
'- Changed Localplay Config to Localplay Access.<br />' .
'- Changed all XML-RPC acls to RPC to reflect inclusion of new API.<br />';