using shared library for common api

This commit is contained in:
Xuan Sang LE
2017-07-29 22:00:34 +02:00
parent 8b7ce33944
commit 9943dbdcc8
14 changed files with 874 additions and 803 deletions

View File

@ -18,7 +18,7 @@ void execute(int client,const char* method,dictionary rq)
dictionary d = dict();
dput(d,"test",c);
dput(d,"test1","This is another cookie");
set_cookie(client,"text/html; charset=utf-8",d);
set_cookie(client,"text/html; charset=utf-8",d,__plugin__.name);
LOG("%s",c);
__t(client,"<h1>Set the cookie</h1>");