From 83f91021bea9203fa8fe0877846a299c296df97d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 21 Oct 2008 17:23:10 +0000 Subject: Modified TinyDNS to include more intelligence. Changed listfiles and newfile to not display / require directory. Made edit function in controller to allow control independent from expert. Modified edit to limit entries to the domain indicated by the file name. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1557 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tinydns-view-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinydns-view-html.lsp') diff --git a/tinydns-view-html.lsp b/tinydns-view-html.lsp index e851569..b163ce5 100644 --- a/tinydns-view-html.lsp +++ b/tinydns-view-html.lsp @@ -51,7 +51,7 @@ io.write("") %>

DNS Entries -<% if view.filename then io.write(" for "..view.filename) end %> +<% if view.filename then io.write(" for "..string.gsub(view.filename, "^.*/", "")) end %>

Locations

-- cgit v1.2.3