diff options
author | kondou <kondou@ts.unde.re> | 2014-04-07 23:16:25 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-09-04 15:23:53 +0200 |
commit | 0f2ad9862e98e00fdc250bf8405bf6404d40b1ed (patch) | |
tree | 8ad4be8240caedd163f810018b0c7fe0b5d388b0 /lib | |
parent | 1a7df3323391f6d6f7ef04de2687b3a566ab6351 (diff) | |
download | nextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.tar.gz nextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.zip |
Initial work on shorter links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/share/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php index 4c398c43c2d..cf935bd4c0e 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -34,7 +34,7 @@ class Constants { const FORMAT_STATUSES = -2; const FORMAT_SOURCES = -3; // ToDo Check if it is still in use otherwise remove it - const TOKEN_LENGTH = 32; // see db_structure.xml + const TOKEN_LENGTH = 16; // old length is 32, thus 32 in db_structure.xml protected static $shareTypeUserAndGroups = -1; protected static $shareTypeGroupUserUnique = 2; |