diff --git a/VERSION b/VERSION index 312d063..21a199f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.8b +1.6.8c diff --git a/www/update-check.cgi b/www/update-check.cgi index 09ef3c5..44f1bff 100755 --- a/www/update-check.cgi +++ b/www/update-check.cgi @@ -17,6 +17,7 @@ if { [info exists cmd ] && $cmd == "download"} { puts -nonewline "Content-Type: text/html; charset=utf-8\r\n\r\n" puts -nonewline "
" } else { + puts -nonewline "Content-Type: text/plain; charset=utf-8\r\n\r\n" catch { set newversion [ exec /usr/bin/wget -qO- --no-check-certificate $checkURL ] }