Skip to content

Commit

Permalink
Use abort_page instead of exit to keep apache/rivet happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nugget committed Feb 25, 2012
1 parent 8510267 commit e19ac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ergkeeper/web.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc page_init {} {

proc page_term {} {
dbdisconnect
exit
abort_page
}

proc page_head {{title "ErgKeeper"}} {
Expand Down

0 comments on commit e19ac3e

Please sign in to comment.