mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 05:25:34 +10:00
make ?stack work anywhere
This commit is contained in:
@@ -1474,7 +1474,7 @@ class HttpCli(object):
|
||||
raise Pebkac(500, x)
|
||||
|
||||
def tx_stack(self):
|
||||
if not self.readable or not self.writable:
|
||||
if not self.avol:
|
||||
raise Pebkac(403, "not admin")
|
||||
|
||||
if self.args.no_stack:
|
||||
|
||||
Reference in New Issue
Block a user