From 698a737b12495d68e72b9b258b8ddc8f2c1ee7da Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 19 Aug 2009 15:03:29 +0000 Subject: add TDRC to id3v2 tag reading Closes #530 --- image.php | 1 + 1 file changed, 1 insertion(+) (limited to 'image.php') 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'])) { -- cgit