diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 58710ba4..77b508a1 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -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: diff --git a/copyparty/web/splash.html b/copyparty/web/splash.html index f9b71f1b..d33c4897 100644 --- a/copyparty/web/splash.html +++ b/copyparty/web/splash.html @@ -35,7 +35,7 @@
- dump stack + dump stack
{%- endif %}