FCLT#64499 SHA info in bestand met vaste naam. Maakt patch upgrade gemakkelijker

svn path=/Website/branches/v2020.2/; revision=48600
This commit is contained in:
Jos Groot Lipman
2020-10-26 21:10:11 +00:00
parent 5f32305113
commit f94fa7a520

View File

@@ -25,7 +25,7 @@
<% FCLTHeader.Generate(); %>
<title>Facilitor file checksum verifier</title>
<style>
table { width: 800px!important };
table { width: 900px!important };
</style>
</head>
<body id="listbody">
@@ -37,7 +37,7 @@ if (!SHAinfo)
Response.End()
}
Response.Write("<h1>Checking files from appl/{0} ({1})</h1>".format(
Response.Write("<h1>Checking files from {0} ({1})</h1>".format(
SHAinfo.shafile,
toDateTimeString(SHAinfo.shadate)));
@@ -94,4 +94,4 @@ Response.Write("<p>Done in " + (SHAinfo.duration) + "ms");
%>
</body>
</html><% ASPPAGE_END(); %>
</html><% ASPPAGE_END(); %>