summaryrefslogtreecommitdiffhomepage
path: root/plugins/webbox/html
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-29 12:24:07 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-29 12:24:07 +0200
commiteff5a1ee1cd8a681f436945a48bbda46be416d9c (patch)
tree7e50ff92f8d388b8a42ba887cdd9f7bde85506fd /plugins/webbox/html
parente0451ef59a69eda29efa6bc22294b2bcf8b8b600 (diff)
Authentication for webbox
Diffstat (limited to 'plugins/webbox/html')
-rw-r--r--plugins/webbox/html/webbox.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/webbox/html/webbox.js b/plugins/webbox/html/webbox.js
index 54adeaf..cad32b1 100644
--- a/plugins/webbox/html/webbox.js
+++ b/plugins/webbox/html/webbox.js
@@ -320,7 +320,6 @@ function initMainpage() {
return;
}
if (this.status == 401) { // login error: goto login page
- var authheader = this.getResponseHeader("WWW-Authenticate");
var title = "Webbox Login";
// enable logout function if logging in