Iets zinvollere besatandsnaam voor SAVEAS fac_verify

svn path=/Website/trunk/; revision=30138
This commit is contained in:
Jos Groot Lipman
2016-07-26 08:48:02 +00:00
parent aa53ded1ab
commit 20b19017ed

View File

@@ -54,7 +54,7 @@ if (Request.Form("saveas").count > 0)
{
Response.clear;
Response.contenttype = "application/octet-stream";
Response.AddHeader("content-disposition","attachment; filename=verify.html");
Response.AddHeader("content-disposition","attachment; filename=FACILITOR_verify_" + custID + "_" + toDateString(new Date()) + ".html");
}
if (Request.QueryString("put_log").Count > 0)