liquid_feedback_frontend

changeset 1160:65904de98d5e

Fixed basepath for image delivery with WebMCP 1.2.6
author bsw
date Tue Mar 24 12:36:19 2015 +0100 (2015-03-24)
parents dafce7add549
children 385a1e369faf
files config/init.lua
line diff
     1.1 --- a/config/init.lua	Tue Mar 24 12:08:31 2015 +0100
     1.2 +++ b/config/init.lua	Tue Mar 24 12:36:19 2015 +0100
     1.3 @@ -72,6 +72,8 @@
     1.4  -- compatibility for WebMCP 1.2.6
     1.5  if not listen then
     1.6    
     1.7 +  WEBMCP_BASE_PATH = request.get_app_basepath()
     1.8 +  
     1.9    -- open and set default database handle
    1.10    _G.db = assert(mondelefant.connect(config.database))
    1.11  

Impressum / About Us