mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
-add hwinfo to httpd info
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@977 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -572,7 +572,7 @@ void CControlAPI::InfoCGI(CyhookHandler *hh)
|
||||
hh->Write("3");
|
||||
else if (hh->ParamList["1"] == "nhttpd_version")// print nhttpd version
|
||||
hh->printf("%s\n", HTTPD_VERSION);
|
||||
else if (hh->ParamList["1"] == "hwinfo")// print nhttpd version
|
||||
else if (hh->ParamList["1"] == "hwinfo")// print hwinfo
|
||||
HWInfoCGI(hh);
|
||||
else
|
||||
hh->SendError();
|
||||
|
Reference in New Issue
Block a user