diff options
Diffstat (limited to 'mod/file')
-rw-r--r-- | mod/file/actions/upload.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/file/actions/upload.php b/mod/file/actions/upload.php index 6af52c701..081b6a312 100644 --- a/mod/file/actions/upload.php +++ b/mod/file/actions/upload.php @@ -7,8 +7,6 @@ global $CONFIG; - gatekeeper(); - // Get variables $title = get_input("title"); $desc = get_input("description"); |