diff options
author | vdigital <vdigital@piwigo.org> | 2006-12-16 09:49:10 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2006-12-16 09:49:10 +0000 |
commit | 5e9f3507cdcc5f1422d4b2228fb4cc18d07902ba (patch) | |
tree | 0e8542b3015726fb2ef38d3401671db4be75de23 /include/constants.php | |
parent | a4473e8201060e4285592fabc4fdb56ac12ddd2b (diff) |
Web service on going
git-svn-id: http://piwigo.org/svn/trunk@1664 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php index c874205b7..32cac3031 100644 --- a/include/constants.php +++ b/include/constants.php @@ -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'); ?> |