mirror of
https://github.com/lxsang/ant-http
synced 2025-07-26 10:39:45 +02:00
major change for plugin handle
This commit is contained in:
@ -138,8 +138,8 @@ void pexit()
|
||||
{
|
||||
LOG("%s","EXIT daemon");
|
||||
}
|
||||
void execute(int c, const char* m, dictionary d)
|
||||
void handler(int 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