File th1ish/cgi/pages/env.fossi1ish artifact f39140d1b8 part of check-in f9746a7526
const CGI = api.cgi CGI.isLocalServer || throw api.Exception(Fossil.rc.ACCESS, "This page only runs in local server mode.") const R = CGI.request const rc = object{ ENV: R.ENV, GET: R.GET, POST: R.POST, COOKIES: R.COOKIES } Fossil.sorter(rc, true) $out {<div class='code'>} $out [CGI.htmlEscape [CGI.toJSONString rc]] $out {</div>}