From 9d2e560e51675d2367d3a66220b7229d31377908 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Wed, 21 Nov 2018 16:42:55 +0100 Subject: [PATCH] fixed update-check.cgi update script. --- VERSION | 2 +- www/update-check.cgi | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5a2a580..eb49d7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6 +0.7 diff --git a/www/update-check.cgi b/www/update-check.cgi index a1f973b..91b5ea2 100755 --- a/www/update-check.cgi +++ b/www/update-check.cgi @@ -14,7 +14,8 @@ catch { } if { [info exists cmd ] && $cmd == "download"} { - puts "" + puts -nonewline "Content-Type: text/html; charset=utf-8\r\n\r\n" + puts -nonewline "" } else { catch { set newversion [ exec /usr/bin/wget -qO- --no-check-certificate $checkURL ]