From 045b0e3e70634c727b3c073ebf6b2c2bdf8a66f2 Mon Sep 17 00:00:00 2001 From: Akatsuki-Ousawa Date: Thu, 18 May 2017 14:30:36 +0200 Subject: [PATCH] Update upload.go --- config/upload.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/upload.go b/config/upload.go index 6eb9828f..04cf8158 100644 --- a/config/upload.go +++ b/config/upload.go @@ -9,4 +9,6 @@ const ( // TODO: deprecate this and move all files to the same server TorrentCacheLink = "http://anicache.com/torrent/%s.torrent" UploadsDisabled = false + AdminsAreStillAllowedTo = true + TrustedUsersAreStillAllowedTo = true )