diff options
Diffstat (limited to '')
-rw-r--r-- | ws.php | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -229,6 +229,15 @@ function ws_addDefaultMethods( $arr ) ), 'administration method only' ); + + $service->addMethod( + 'pwg.images.exist', + 'ws_images_exist', + array( + 'md5sum_list'=> array(), + ), + 'check existence of a photo list' + ); } add_event_handler('ws_add_methods', 'ws_addDefaultMethods'); |