Artifact f39140d1b8d66e9e1ff15cde99af06d69f2e4cc2:
- File th1ish/cgi/pages/env.fossi1ish — part of check-in [e8b15a662d] at 2014-02-27 21:28:08 on branch trunk — Latest cwal/th1ish, minor tweaks. (user: stephan size: 343)
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>}