summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-28 13:04:04 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-28 13:04:04 +0000
commit40ea307aa34120de1409050525140831ce8634d8 (patch)
tree898ec3eecc13aada3580a1ae7ace70fedecfc5ab /app/acf-util/logon-status-html.lsp
parent0fc3f415148c28ab02e5defbd6fa19524258e4cf (diff)
downloadacf-core-40ea307aa34120de1409050525140831ce8634d8.tar.bz2
acf-core-40ea307aa34120de1409050525140831ce8634d8.tar.xz
Added cfe support to logon
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1049 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r--app/acf-util/logon-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp
index 072051d..661b588 100644
--- a/app/acf-util/logon-status-html.lsp
+++ b/app/acf-util/logon-status-html.lsp
@@ -4,5 +4,5 @@
--]] ?>
<h1>User Status </h1>
<p> Below is your current Session id <p>
-<?= view.sessionid ?>
-<p>You are currently known to the system as <?= view.username ?>.</p>
+<?= view.value.sessionid.value ?>
+<p>You are currently known to the system as <?= view.value.username.value ?>.</p>