summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logfiles-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-model.lua b/logfiles-model.lua
index 590b3ae..04c3386 100644
--- a/logfiles-model.lua
+++ b/logfiles-model.lua
@@ -143,7 +143,7 @@ end
mymodule.get = function ()
-- These folders (and their subfolers) are going to be listed
- return list_files( "/var/log", "/tmp/squid/log" )
+ return list_files("/var/log")
end
mymodule.get_delete = function()