webmcp

diff framework/bin/mcp.lua @ 209:2cb27106aa73

Removed functions request.get_config, request.get_app_basepath, request.get_app_name
author jbe
date Sat Jan 10 00:19:38 2015 +0100 (2015-01-10)
parents 2c2bcde0df79
children 474cf0cfb85b
line diff
     1.1 --- a/framework/bin/mcp.lua	Sat Jan 10 00:11:52 2015 +0100
     1.2 +++ b/framework/bin/mcp.lua	Sat Jan 10 00:19:38 2015 +0100
     1.3 @@ -220,14 +220,6 @@
     1.4  local success, error_info = xpcall(
     1.5    function()
     1.6  
     1.7 -    -- execute configuration file
     1.8 -    do
     1.9 -      local config_name = request.get_config_name()
    1.10 -      if config_name then
    1.11 -        execute.config(config_name)
    1.12 -      end
    1.13 -    end
    1.14 -
    1.15      -- restore slots if coming from http redirect
    1.16      if cgi.params.tempstore then
    1.17        trace.restore_slots{}

Impressum / About Us