Skip to content
Snippets Groups Projects
Commit 8d94c6df authored by rswindell's avatar rswindell
Browse files

Fixed typo ("Premission").

parent 19ddf8ea
Branches
Tags
No related merge requests found
if(user.number==0) { 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+'"'; http_reply.header["WWW-Authenticate"]='Basic realm="'+system.name+'"';
} }
writeln('<html>'); writeln('<html>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment