From 8d94c6df6c97142c12c05cb33a61ca6e7a30f065 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 5 Mar 2005 00:04:54 +0000 Subject: [PATCH] Fixed typo ("Premission"). --- web/root/login.ssjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/root/login.ssjs b/web/root/login.ssjs index e48ea823f5..79fcc9f8db 100644 --- a/web/root/login.ssjs +++ b/web/root/login.ssjs @@ -1,5 +1,5 @@ if(user.number==0) { - http_reply.status='401 Premission Denied'; + http_reply.status='401 Permission Denied'; http_reply.header["WWW-Authenticate"]='Basic realm="'+system.name+'"'; } writeln('<html>'); -- GitLab