summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
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'])) {