fix
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef __mx_members_h__
|
||||
#define __mx_members_h__
|
||||
|
||||
#include "vars.h"
|
||||
|
||||
long members_calls(CVars in, CVars &out);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
// Topup management toosl
|
||||
#include "clog.h"
|
||||
#include "cgi.h"
|
||||
#include "input.h"
|
||||
#include "jubabox_api.h"
|
||||
#include "safestring.h"
|
||||
#include <string>
|
||||
#include "pgsql.h"
|
||||
#include "pgsql_wrapper.h"
|
||||
#include <curl/curl.h>
|
||||
#include "medTEmails.h"
|
||||
|
||||
/* -- */
|
||||
#include "members.h"
|
||||
|
||||
|
||||
long members_calls(CVars in, CVars &out) {
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
try {
|
||||
|
||||
REQ_LONG(in, "action", 0, -1);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user