diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-07 09:13:25 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-07 09:13:25 +0000 |
commit | 493aa19a97f35c71bcd6c4ee3666bf53328cf96e (patch) | |
tree | 31656e40aa40d2fb70c75134dc74113fbf0264de /app/status-html.lsp | |
parent | 3127272ca5155b35aed965b033b16716417a6d90 (diff) | |
download | acf-core-493aa19a97f35c71bcd6c4ee3666bf53328cf96e.tar.bz2 acf-core-493aa19a97f35c71bcd6c4ee3666bf53328cf96e.tar.xz |
Added status back to expert page and display startstop results in status
Diffstat (limited to 'app/status-html.lsp')
-rw-r--r-- | app/status-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp index 37ce504..1f5e1f8 100644 --- a/app/status-html.lsp +++ b/app/status-html.lsp @@ -3,6 +3,7 @@ require("viewfunctions") %> <% displaycommandresults({"install","edit"}, session) %> +<% displaycommandresults({"startstop"}, session) %> <H1>System Info</H1> <DL> |