indentation

This commit is contained in:
hobbyquaker 2018-07-22 00:39:00 +02:00
parent 861859c947
commit b15fb681d1
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ source /usr/local/addons/rmupdate/lib/querystring.tcl
source /usr/local/addons/rmupdate/lib/session.tcl
if {[info exists sid] && [check_session $sid]} {
set fp [open "/usr/local/addons/rmupdate/www/rmupdate.html" r]
puts -nonewline [read $fp]
close $fp
set fp [open "/usr/local/addons/rmupdate/www/rmupdate.html" r]
puts -nonewline [read $fp]
close $fp
} else {
puts {error: invalid session}
}