[UP] HHH_a, cgi can work perfect now, use escape and unescape lib
[archserver.git] / mail / postfix / cgi / do_user.lua
blob49d424a79c1d61226bf864daec679a7058f9c267
1 dofile "lib.inc";
3 --err_msg = "BAD"
4 function cb_head()
5 end
7 function cb_body()
8 show_errmsg()
9 print("ok")
10 end
12 -- within framework
13 as_head(cb_head, lang[""]);
14 as_body(cb_body, "");