summaryrefslogtreecommitdiffstats
path: root/hostname-controller.lua
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-28 10:12:06 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-28 10:12:06 +0000
commit1f6c194b07d7e76050b4001c4c407c73aa6189d4 (patch)
tree32b46ef8a94060158a7314b8c509ae4d026301f3 /hostname-controller.lua
parent508d3b942ab47fa7d2fb065ca0737ebe839a6672 (diff)
downloadacf-alpine-baselayout-1f6c194b07d7e76050b4001c4c407c73aa6189d4.tar.bz2
acf-alpine-baselayout-1f6c194b07d7e76050b4001c4c407c73aa6189d4.tar.xz
Tempoary hiding not working functions
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@464 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'hostname-controller.lua')
-rw-r--r--hostname-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostname-controller.lua b/hostname-controller.lua
index d569796..57506a5 100644
--- a/hostname-controller.lua
+++ b/hostname-controller.lua
@@ -30,14 +30,14 @@ read = function (self )
return ({hostname = self.model:get()} )
end
-
update = function (self)
return ( {hostname = self.model:set(cfe({value=self.clientdata.hostname}))})
end
+--[[
delete = function (self)
return ({hostname = self.model:set(cfe({value=""}))})
end
-
create = update
+--]]