liquid_feedback_frontend

diff app/main/index/download.lua @ 1309:32cc544d5a5b

Cumulative patch for upcoming frontend version 4
author bsw/jbe
date Sun Jul 15 14:07:29 2018 +0200 (2018-07-15)
parents 3f52e99b444d
children
line diff
     1.1 --- a/app/main/index/download.lua	Thu Jun 23 03:30:57 2016 +0200
     1.2 +++ b/app/main/index/download.lua	Sun Jul 15 14:07:29 2018 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  if not config.download_dir then
     1.5 -  error("feature not enabled")
     1.6 +  return execute.view { module = "index", view = "404" }
     1.7  end
     1.8  
     1.9  local file_list = extos.listdir(config.download_dir)
    1.10 @@ -58,4 +58,4 @@
    1.11        }
    1.12      }
    1.13    end)
    1.14 -end)
    1.15 \ No newline at end of file
    1.16 +end)

Impressum / About Us