summaryrefslogtreecommitdiff
path: root/htroot/ViewFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/ViewFile.java')
-rw-r--r--htroot/ViewFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewFile.java b/htroot/ViewFile.java
index a77431a47..eef8fcac3 100644
--- a/htroot/ViewFile.java
+++ b/htroot/ViewFile.java
@@ -139,7 +139,7 @@ public class ViewFile {
// it is therefore protected by the admin password
if (!sb.verifyAuthentication(header)) {
- prop.put("AUTHENTICATE", "admin log-in"); // force log-in
+ prop.authenticationRequired();
return prop;
}