summaryrefslogtreecommitdiffstats
path: root/lib/private/share/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/share/constants.php')
-rw-r--r--lib/private/share/constants.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php
index e2b87d72476..e60eb98832b 100644
--- a/lib/private/share/constants.php
+++ b/lib/private/share/constants.php
@@ -40,8 +40,6 @@ class Constants {
const TOKEN_LENGTH = 15; // old (oc7) length is 32, keep token length in db at least that for compatibility
- const BASE_PATH_TO_SHARE_API = '/ocs/v1.php/cloud/shares';
-
protected static $shareTypeUserAndGroups = -1;
protected static $shareTypeGroupUserUnique = 2;
protected static $backends = array();