diff --git a/data_embed/bootstrap.css.gz b/data_embed/bootstrap.css.gz index 0806e6a..4b1b7ab 100644 Binary files a/data_embed/bootstrap.css.gz and b/data_embed/bootstrap.css.gz differ diff --git a/data_embed/bootstrap.js.gz b/data_embed/bootstrap.js.gz index 0459441..9d7c2c6 100644 Binary files a/data_embed/bootstrap.js.gz and b/data_embed/bootstrap.js.gz differ diff --git a/data_embed/favicon.png.gz b/data_embed/favicon.png.gz index a91721e..2922395 100644 Binary files a/data_embed/favicon.png.gz and b/data_embed/favicon.png.gz differ diff --git a/data_embed/index.html.gz b/data_embed/index.html.gz index 99dc50e..1d9eae3 100644 Binary files a/data_embed/index.html.gz and b/data_embed/index.html.gz differ diff --git a/data_embed/script.js.gz b/data_embed/script.js.gz index 9e3ceda..3d98892 100644 Binary files a/data_embed/script.js.gz and b/data_embed/script.js.gz differ diff --git a/data_embed/style.css.gz b/data_embed/style.css.gz index a479361..a5db52d 100644 Binary files a/data_embed/style.css.gz and b/data_embed/style.css.gz differ diff --git a/src/web_utils.cpp b/src/web_utils.cpp index fa12e60..b922d85 100644 --- a/src/web_utils.cpp +++ b/src/web_utils.cpp @@ -87,7 +87,7 @@ namespace WEB_Utils { Config.simplifiedTrackerMode = request->hasParam("simplifiedTrackerMode", true); //Config.sendCommentAfterXBeacons = request->getParam("sendCommentAfterXBeacons", true)->value().toInt(); - //Config.path = request->getParam("path", true)->value(); + Config.path = request->getParam("path", true)->value(); /*Config.nonSmartBeaconRate = request->getParam("nonSmartBeaconRate", true)->value().toInt(); Config.rememberStationTime = request->getParam("rememberStationTime", true)->value().toInt(); Config.maxDistanceToTracker = request->getParam("maxDistanceToTracker", true)->value().toInt();