From 7ccca7213d3137b0764ef02165c44f4bd3373f45 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 12 Aug 2008 15:53:20 +0000 Subject: Modified dansguardian to use new status, startstop, and expert (replaced plain) actions. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1380 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dansguardian-edit-html.lsp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'dansguardian-edit-html.lsp') diff --git a/dansguardian-edit-html.lsp b/dansguardian-edit-html.lsp index 3d1c0e6..99cf55a 100644 --- a/dansguardian-edit-html.lsp +++ b/dansguardian-edit-html.lsp @@ -1,21 +1,6 @@ <% local form = ... - local data = form.option local service = form.service - local config = form.service.config - - local srv1fill = "" - local srv2fill = "disabled" - if service.status == "running" then - srv1fill = "disabled" - srv2fill = "" - end - - local ifthen = function( variable, value, result ) - if variable == value then - io.write( result ) - end - end %>

Content Filter (<% io.write( service.name ) %>)

-- cgit v1.2.3