diff options
author | vdigital <vdigital@piwigo.org> | 2006-12-16 12:14:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2006-12-16 12:14:59 +0000 |
commit | 43399d359b1ffdebe48cc7948d103167e1be02fc (patch) | |
tree | 0ddf0bc332cc21c3c2c4005db357a122ce33215d /web_service.php | |
parent | 3d32716fc5d6e7d59b6277af69988ee11db62c30 (diff) |
Externalization of common functions of web service.
git-svn-id: http://piwigo.org/svn/trunk@1670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'web_service.php')
-rw-r--r-- | web_service.php | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/web_service.php b/web_service.php index 8146e43b6..5553a376d 100644 --- a/web_service.php +++ b/web_service.php @@ -120,11 +120,16 @@ if (isset($_SERVER["HTTP_REFERER"]) and -// FIXME
-
+// FIXME// FIXME// FIXME// FIXME// FIXME// FIXME// FIXME// FIXME
// Check keywords
-//
+// Key and pos are correct
+// &acc=cat/23,25-32&req=landscape&lim=5&tpl=myxml
+
+
+
+
+
// Check requested XML template
//
@@ -140,7 +145,7 @@ if (isset($_SERVER["HTTP_REFERER"]) and -
+// Old code below
//------------ Main security strategy ---------------------
$partner_id = 'default';
|