related to #1316 method cache size added, data fetched from php not js

Real data need to be created now
This commit is contained in:
Matthieu Leproux
2021-06-24 17:12:09 +02:00
parent c0f69bcdba
commit 932439b94c
3 changed files with 59 additions and 6 deletions
+9
View File
@@ -128,6 +128,15 @@ function ws_addDefaultMethods( $arr )
array('admin_only'=>true)
);
$service->addMethod(
'pwg.getCacheSize',
'ws_getCacheSize',
null,
'Returns general informations.',
$ws_functions_root . 'pwg.php',
array('admin_only'=>true)
);
$service->addMethod(
'pwg.activity.getList',
'ws_getActivityList',