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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user