.html.log Logfiles opvragen bij zippen ook automatisch hernoemen naar .html
svn path=/Website/branches/v2018.2/; revision=40777
This commit is contained in:
@@ -724,6 +724,8 @@ function StreamFile(filePath, filename, mime, pcontentdp)
|
||||
}
|
||||
if (zipit)
|
||||
{
|
||||
if (mime == "text/html") // Handig voor logfiles
|
||||
filename = filename.replace(/\.html\.log$/, ".html");
|
||||
zipfile(safefullpath, filename);
|
||||
}
|
||||
pcontentdp = pcontentdp || "attachment";
|
||||
|
||||
Reference in New Issue
Block a user