diff options
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'])) { |