From 4348cbb93645b06a8d3f0ad658239301bdd7afb9 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 3 Dec 2007 15:35:31 +0000 Subject: Cleaning up GuidedSetupCode and only focusing on AdvancedUsers Interface git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@400 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shorewall-controller.lua') diff --git a/shorewall-controller.lua b/shorewall-controller.lua index 07ec0b7..febbf12 100644 --- a/shorewall-controller.lua +++ b/shorewall-controller.lua @@ -37,7 +37,7 @@ read = function(self) return ( {programstats = self.model:get_status(), url = ENV["SCRIPT_NAME"] .. self.conf.prefix .. self.conf.controller } ) end -list = function(self) +advanced = function(self) return ( {filelist = self.model:get_filelist(), url = ENV["SCRIPT_NAME"] .. self.conf.prefix .. self.conf.controller } ) end -- cgit v1.2.3