diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-29 12:24:07 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-29 12:24:07 +0200 |
commit | eff5a1ee1cd8a681f436945a48bbda46be416d9c (patch) | |
tree | 7e50ff92f8d388b8a42ba887cdd9f7bde85506fd /plugins/webbox/html/webbox.js | |
parent | e0451ef59a69eda29efa6bc22294b2bcf8b8b600 (diff) |
Authentication for webbox
Diffstat (limited to 'plugins/webbox/html/webbox.js')
-rw-r--r-- | plugins/webbox/html/webbox.js | 1 |
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 |