diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-19 15:03:29 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-19 15:03:29 +0000 |
commit | 698a737b12495d68e72b9b258b8ddc8f2c1ee7da (patch) | |
tree | cab7803d7131e70d97be7c3b3762e748f9178fa4 /image.php | |
parent | 584e7e5cd235c0f6d01b4d1ccb9c7d3333c06553 (diff) | |
download | ampache-698a737b12495d68e72b9b258b8ddc8f2c1ee7da.tar.gz ampache-698a737b12495d68e72b9b258b8ddc8f2c1ee7da.tar.bz2 ampache-698a737b12495d68e72b9b258b8ddc8f2c1ee7da.zip |
add TDRC to id3v2 tag reading Closes #530
Diffstat (limited to 'image.php')
-rw-r--r-- | image.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ // this needs to be done a little better, but for now... eah define('NO_SESSION','1'); require 'lib/init.php'; +exit; // Check to see if they've got an interface session or a valid API session, if not GTFO if (!vauth::session_exists('interface',$_COOKIE[Config::get('session_name')]) AND !vauth::session_exists('api',$_REQUEST['auth']) AND !vauth::session_exists('xml-rpc',$_REQUEST['auth'])) { |