summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-08-19 15:03:29 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-08-19 15:03:29 +0000
commit698a737b12495d68e72b9b258b8ddc8f2c1ee7da (patch)
treecab7803d7131e70d97be7c3b3762e748f9178fa4 /image.php
parent584e7e5cd235c0f6d01b4d1ccb9c7d3333c06553 (diff)
downloadampache-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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.php b/image.php
index f00603b8..f15739fc 100644
--- a/image.php
+++ b/image.php
@@ -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'])) {