diff options
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'); ?> |