mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-11-02 19:58:14 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace OpenWifi {
|
||||
void
|
||||
RESTAPI_firmwaresHandler::DoGet() {
|
||||
std::string DeviceType = GetParameter(RESTAPI::Protocol::DEVICETYPE, "");
|
||||
std::string DeviceType = ORM::Escape(GetParameter(RESTAPI::Protocol::DEVICETYPE, ""));
|
||||
bool IdOnly = GetBoolParameter(RESTAPI::Protocol::IDONLY);
|
||||
bool LatestOnly = GetBoolParameter(RESTAPI::Protocol::LATESTONLY);
|
||||
bool rcOnly = GetBoolParameter("rcOnly");
|
||||
|
||||
Reference in New Issue
Block a user