webmcp

diff framework/env/tempstore/save.lua @ 214:6ac7133bb58e

Work on Moonbridge integration: added execute._initializers(...), new function request.get_param{...}; Code cleanup in mcp.lua and tempstore.save(...)
author jbe
date Sat Jan 10 10:44:17 2015 +0100 (2015-01-10)
parents 2cb27106aa73
children
line diff
     1.1 --- a/framework/env/tempstore/save.lua	Sat Jan 10 10:30:01 2015 +0100
     1.2 +++ b/framework/env/tempstore/save.lua	Sat Jan 10 10:44:17 2015 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  --]]--
     1.5  
     1.6  function tempstore.save(blob)
     1.7 -  local key = multirand.string(26, "123456789bcdfghjklmnpqrstvwxyz");
     1.8 +  local key = multirand.string(26, "123456789bcdfghjklmnpqrstvwxyz")
     1.9    local filename = encode.file_path(
    1.10      WEBMCP_BASE_PATH, 'tmp', "tempstore-" .. key .. ".tmp"
    1.11    )

Impressum / About Us