Files
webif/webif/cgi-bin/pending.jim
hummypkg 0bd1f610d1 check size of pending list before showing pending panel
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3156 2a923420-c742-0410-a762-8d5b09965624
2016-08-14 08:52:49 +00:00

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]\" }"