1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 11:37:40 +00:00

Fix display of experimental fw

This commit is contained in:
Jan Schneider
2020-02-25 12:02:46 +01:00
parent 37a381432b
commit e3611fb82b
2 changed files with 3 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ proc process {} {
global env
if { [info exists env(QUERY_STRING)] } {
set query $env(QUERY_STRING)
set path ""
set sid ""
set pairs [split $query "&"]
foreach pair $pairs {