webmcp

diff framework/env/encode/view_file_path.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 9fdfb27f8e67
children 2b5bdf9028fb
line diff
     1.1 --- a/framework/env/encode/view_file_path.lua	Sat Jan 10 00:11:52 2015 +0100
     1.2 +++ b/framework/env/encode/view_file_path.lua	Sat Jan 10 00:19:38 2015 +0100
     1.3 @@ -11,7 +11,6 @@
     1.4  
     1.5  function encode.view_file_path(args)
     1.6    return (encode.file_path(
     1.7 -    request.get_app_basepath(),
     1.8 -    'app', request.get_app_name(), args.module, args.view .. '.lua'
     1.9 +    WEBMCP_BASE_PATH, 'app', WEBMCP_APP_NAME, args.module, args.view .. '.lua'
    1.10    ))
    1.11  end

Impressum / About Us