webmcp

diff framework/env/request/get_action.lua @ 91:2f8d8edd1836

URL parsing inside WebMCP to simplify webserver configuration
author jbe
date Wed Oct 10 17:41:46 2012 +0200 (2012-10-10)
parents 9fdfb27f8e67
children 25a20bd1f416
line diff
     1.1 --- a/framework/env/request/get_action.lua	Tue Aug 21 00:59:08 2012 +0200
     1.2 +++ b/framework/env/request/get_action.lua	Wed Oct 10 17:41:46 2012 +0200
     1.3 @@ -10,6 +10,6 @@
     1.4    if request._forward_processed then
     1.5      return nil
     1.6    else
     1.7 -    return cgi.params._webmcp_action
     1.8 +    return request._action
     1.9    end
    1.10 -end
    1.11 \ No newline at end of file
    1.12 +end

Impressum / About Us