diff options
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r-- | app/acf-util/logon-status-html.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp new file mode 100644 index 0000000..78d400e --- /dev/null +++ b/app/acf-util/logon-status-html.lsp @@ -0,0 +1,6 @@ +<? local view= ... ?> +<h1>User Status </h1> +<p> Below is your current Session id <p> +<?= view.stats.sessid.value ?> +<p>User account and role information may appear below.</p> +<pre><?= view.stats.checkme.value ?></pre> |