diff options
Diffstat (limited to 'lbu-controller.lua')
-rw-r--r-- | lbu-controller.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lbu-controller.lua b/lbu-controller.lua index 4072740..d70dde7 100644 --- a/lbu-controller.lua +++ b/lbu-controller.lua @@ -123,12 +123,12 @@ end function listbackups(self) return self.model.getbackupfiles() end - +--[[ function deletebackup(self) self.model.deletebackupfile(self.clientdata.backup) redirect_to_referrer(self) end - +--]] function selectbackup(self) self.model.selectbackupfile(self.clientdata.backup) redirect_to_referrer(self) |