webmcp

diff framework/env/__init.lua @ 352:2b5bdf9028fb

Code cleanup and performance improvements regarding 404 check; Deprecated encode.action_file_path{...} and encode.view_file_path{...}
author jbe
date Thu Mar 26 16:40:04 2015 +0100 (2015-03-26)
parents 3384306aa7bc
children 7eec5b604b00
line diff
     1.1 --- a/framework/env/__init.lua	Thu Mar 26 16:38:30 2015 +0100
     1.2 +++ b/framework/env/__init.lua	Thu Mar 26 16:40:04 2015 +0100
     1.3 @@ -54,8 +54,8 @@
     1.4  end
     1.5  --//--
     1.6  
     1.7 --- load libraries (except "multirand", which must be loaded after forking)
     1.8 -_G.extos       = require 'extos'
     1.9 +-- load libraries
    1.10 +-- (except "extos", which has to be loaded earlier, and "multirand", which must be loaded after forking)
    1.11  _G.nihil       = require 'nihil'
    1.12  _G.mondelefant = require 'mondelefant'
    1.13  _G.atom        = require 'atom'

Impressum / About Us