From fdffe42bdc703a9f2391c77ae0256c33a3eac935 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 11 Sep 2008 01:20:25 +0000 Subject: remove ws access table/partners functionality git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ws.php') diff --git a/ws.php b/ws.php index cf1e6ea2b..fc95a6a45 100644 --- a/ws.php +++ b/ws.php @@ -128,7 +128,7 @@ function ws_addDefaultMethods( $arr ) ), 'Returns elements for the corresponding query search.' ); - + $service->addMethod( 'pwg.images.setPrivacyLevel', 'ws_images_setPrivacyLevel', @@ -192,14 +192,9 @@ add_event_handler('ws_add_methods', 'ws_addDefaultMethods'); add_event_handler('ws_invoke_allowed', 'ws_isInvokeAllowed', EVENT_HANDLER_PRIORITY_NEUTRAL, 3); -$calling_partner_id = ''; $requestFormat = null; $responseFormat = null; -if ( isset($_GET['partner']) ) -{ - $calling_partner_id = $_GET['partner']; -} if ( isset($_GET['format']) ) { $responseFormat = $_GET['format']; -- cgit v1.2.3