From a07057fc6d3f68c20f8f15c3573e74d2514ba8b6 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 1 Sep 2009 11:37:42 +0000 Subject: made sure all the actions are using the appropriate gatekeeper --- actions/upload.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actions/upload.php') diff --git a/actions/upload.php b/actions/upload.php index 70480a498..f330cf782 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -9,6 +9,9 @@ include dirname(dirname(__FILE__)) . "/lib/resize.php"; include dirname(dirname(__FILE__)) . "/lib/exif.php"; + // Make sure we're logged in + gatekeeper(); + // Get common variables $access_id = (int) get_input("access_id"); $container_guid = (int) get_input('container_guid', 0); -- cgit v1.2.3