yweb check for webserver 3.2.6

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@511 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 380fcf30b4
Author: yjogol <yjogol2@online.de>
Date: 2010-03-18 (Thu, 18 Mar 2010)



------------------
This commit was generated by Migit
This commit is contained in:
yjogol
2010-03-18 18:36:52 +00:00
parent cb3734c968
commit b6e9113dec

View File

@@ -51,7 +51,7 @@ function do_check(){
sLog_addRow(sLog_body, "ok", "yWeb Version is: {=ini-get:Y_Version.txt;version=} {=ini-get:Y_Version.txt;date=}", "ok");
/*webserver*/
var needed_nhttpd_version = "3.1.8";
var needed_nhttpd_version = "3.2.6";
var nhttpd_version = loadSyncURL("/control/info?nhttpd_version");
if(nhttpd_version.search(/error/)!=-1)
nhttpd_version = "0.0.0-unknown";