| 135 | } |
| 136 | |
| 137 | static int cfg_directory(lua_State *L) |
| 138 | { |
| 139 | ap_lua_dir_cfg *cfg = check_dir_config(L, 1); |
| 140 | lua_pushstring(L, cfg->dir); |
| 141 | return 1; |
| 142 | } |
| 143 | |
| 144 | /*static int cfg_root(lua_State *L) |
| 145 | { |
nothing calls this directly
no test coverage detected