lua_preload_file.lua 168 B

1234567
  1. --[[
  2. Load this test file by adding
  3. lua_preload_file ./lua_preload_file.lua
  4. to the civetweb.conf file
  5. ]]
  6. mg.preload = "lua_preload_file successfully loaded"