mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 4d74fe8e6560 (bug 842511)
This commit is contained in:
parent
59fd4b1047
commit
49308ae82e
@ -662,7 +662,7 @@ function testListing(metadata, response)
|
||||
function defaultDirHandler(metadata, response)
|
||||
{
|
||||
response.setStatusLine("1.1", 200, "OK");
|
||||
response.setHeader("Content-type", "text/html;charset=utf-8", false);
|
||||
response.setHeader("Content-type", "text/html", false);
|
||||
try {
|
||||
if (metadata.path.indexOf("/tests") != 0) {
|
||||
regularListing(metadata, response);
|
||||
|
Loading…
Reference in New Issue
Block a user