diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 07:53:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 07:53:02 +0000 |
commit | f01a9d9d097d6f1bfdbab8386206d23afd460937 (patch) | |
tree | 5553652396b5afe88c1f2f51ed2152d18bb86a8a /tinydns-config-html.lsp | |
parent | 39e3a6a8a68bc57ca7571180d103302201c061f5 (diff) | |
download | acf-tinydns-f01a9d9d097d6f1bfdbab8386206d23afd460937.tar.bz2 acf-tinydns-f01a9d9d097d6f1bfdbab8386206d23afd460937.tar.xz |
Change for acf-core-0.13.0
Diffstat (limited to 'tinydns-config-html.lsp')
-rwxr-xr-x | tinydns-config-html.lsp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp index d02ed37..bcbe58a 100755 --- a/tinydns-config-html.lsp +++ b/tinydns-config-html.lsp @@ -2,8 +2,6 @@ require("viewfunctions") %> -<% displaycommandresults({"startstop"}, session) %> - <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> @@ -13,7 +11,3 @@ end %> form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action displayform(form) %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |