webmcp

diff framework/env/execute/config.lua @ 206:eb3e236d261d

Code cleanup and work on Moonbridge integration
author jbe
date Fri Jan 09 22:28:39 2015 +0100 (2015-01-09)
parents 9fdfb27f8e67
children 32ec28229bb5
line diff
     1.1 --- a/framework/env/execute/config.lua	Fri Jan 09 21:32:23 2015 +0100
     1.2 +++ b/framework/env/execute/config.lua	Fri Jan 09 22:28:39 2015 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4    trace.enter_config{ name = name }
     1.5    execute.file_path{
     1.6      file_path = encode.file_path(
     1.7 -      request.get_app_basepath(), 'config', name .. '.lua'
     1.8 +      WEBMCP_BASE_PATH, 'config', name .. '.lua'
     1.9      )
    1.10    }
    1.11    trace.execution_return()

Impressum / About Us