mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
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
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user