We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa8b85 commit 6d43255Copy full SHA for 6d43255
VERSION
@@ -1 +1 @@
1
-1.18
+1.19
xmlapi/update-check.cgi
@@ -14,7 +14,8 @@ catch {
14
}
15
16
if { [info exists cmd ] && $cmd == "download"} {
17
- puts "<html><head><meta http-equiv='refresh' content='0; url=$downloadURL' /></head></html>"
+ puts -nonewline "Content-Type: text/html; charset=utf-8\r\n\r\n"
18
+ puts -nonewline "<html><head><meta http-equiv='refresh' content='0; url=$downloadURL' /></head><body></body></html>"
19
} else {
20
catch {
21
set newversion [ exec /usr/bin/wget -qO- --no-check-certificate $checkURL ]
0 commit comments