debug tekst niet tonen

svn path=/Website/trunk/; revision=35447
This commit is contained in:
Jos Groot Lipman
2017-09-26 13:02:30 +00:00
parent a9729edaeb
commit 85121e1e09

View File

@@ -17,7 +17,7 @@
var host = String(Request.ServerVariables("HTTP_HOST"));
var trycust = host.substring(0,4).toUpperCase();
Response.Write(trycust)
//Response.Write(trycust)
if (trycust)
{
var hsts_maxage = parseInt(Application("SET_" + trycust + "_hsts_maxage"));