mirror of
https://github.com/lxsang/ant-http
synced 2025-07-13 05:04:21 +02:00
bug every where
This commit is contained in:
@ -101,7 +101,7 @@ void pexit()
|
||||
{
|
||||
LOG("%s","EXIT daemon");
|
||||
}
|
||||
void handler(int c, const char* m, const char* rqp, dictionary d)
|
||||
void handler(void* c, const char* m, const char* rqp, dictionary d)
|
||||
{
|
||||
text(c);
|
||||
__t(c,"This is a system plugin. It cant be acessed from the web");
|
||||
|
Reference in New Issue
Block a user