forked from hummypkg/webif
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3156 2a923420-c742-0410-a762-8d5b09965624
10 lines
145 B
Tcl
Executable File
10 lines
145 B
Tcl
Executable File
#!/mod/bin/jimsh
|
|
|
|
source /mod/webif/lib/setup
|
|
require rsv.class
|
|
|
|
httpheader "application/json"
|
|
|
|
puts "{ \"pending\": \"[rsv count pending]\" }"
|
|
|