From b6e9113decff7d43f24c79f4007355caf81405eb Mon Sep 17 00:00:00 2001 From: yjogol Date: Thu, 18 Mar 2010 18:36:52 +0000 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/380fcf30b4824980ce9d5c6a2f020b3880ab7e6f Author: yjogol Date: 2010-03-18 (Thu, 18 Mar 2010) ------------------ This commit was generated by Migit --- src/nhttpd/web/Y_Tools_Check_Install.yhtm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhttpd/web/Y_Tools_Check_Install.yhtm b/src/nhttpd/web/Y_Tools_Check_Install.yhtm index adefb9f13..5a7d786da 100644 --- a/src/nhttpd/web/Y_Tools_Check_Install.yhtm +++ b/src/nhttpd/web/Y_Tools_Check_Install.yhtm @@ -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";