| 2646 | } |
| 2647 | |
| 2648 | static int lua_ap_get_config(lua_State *L) { |
| 2649 | request_rec *r = ap_lua_check_request_rec(L, 1); |
| 2650 | read_cfg_tree(L, r, ap_conftree); |
| 2651 | |
| 2652 | return 1; |
| 2653 | } |
| 2654 | |
| 2655 | |
| 2656 | /* Hack, hack, hack...! TODO: Make this actually work properly */ |
nothing calls this directly
no test coverage detected