Web service on going

git-svn-id: http://piwigo.org/svn/trunk@1664 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2006-12-16 09:49:10 +00:00
parent a4473e8201
commit 5e9f3507cd
2 changed files with 488 additions and 0 deletions
+1
View File
@@ -73,4 +73,5 @@ define('USER_MAIL_NOTIFICATION_TABLE', $prefixeTable.'user_mail_notification');
define('TAGS_TABLE', $prefixeTable.'tags');
define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag');
define('PLUGINS_TABLE', $prefixeTable.'plugins');
define('WEB_SERVICES_ACCESS_TABLE', $prefixeTable.'ws_access');
?>