mirror of
https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
synced 2023-10-10 11:37:40 +00:00
indentation
This commit is contained in:
parent
861859c947
commit
b15fb681d1
@ -4,9 +4,9 @@ source /usr/local/addons/rmupdate/lib/querystring.tcl
|
|||||||
source /usr/local/addons/rmupdate/lib/session.tcl
|
source /usr/local/addons/rmupdate/lib/session.tcl
|
||||||
|
|
||||||
if {[info exists sid] && [check_session $sid]} {
|
if {[info exists sid] && [check_session $sid]} {
|
||||||
set fp [open "/usr/local/addons/rmupdate/www/rmupdate.html" r]
|
set fp [open "/usr/local/addons/rmupdate/www/rmupdate.html" r]
|
||||||
puts -nonewline [read $fp]
|
puts -nonewline [read $fp]
|
||||||
close $fp
|
close $fp
|
||||||
} else {
|
} else {
|
||||||
puts {error: invalid session}
|
puts {error: invalid session}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user