summaryrefslogtreecommitdiffstats
path: root/logfiles-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-controller.lua')
-rw-r--r--logfiles-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-controller.lua b/logfiles-controller.lua
index 1770754..86d24b9 100644
--- a/logfiles-controller.lua
+++ b/logfiles-controller.lua
@@ -19,7 +19,7 @@ end
-- Public methods
read = function (self )
- return ({logfile = self.model:get("/var/log/mini_httpd.log")} )
+ return ({logfile = self.model:get("/var/log /tmp/squid/log"), url = ENV["SCRIPT_NAME"] .. self.conf.prefix .. self.conf.controller} )
end
--update = function (self)