Show More
@@ -165,7 +165,8 b' class hgweb(object):' | |||
|
165 | 165 | ctype = tmpl('mimetype', encoding=self.encoding) |
|
166 | 166 | ctype = templater.stringify(ctype) |
|
167 | 167 | |
|
168 |
# check |
|
|
168 | # check read permissions non-static content | |
|
169 | if cmd != 'static': | |
|
169 | 170 | self.check_perm(req, None) |
|
170 | 171 | |
|
171 | 172 | if cmd == '': |
General Comments 0
You need to be logged in to leave comments.
Login now