diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-09 17:41:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-10 09:14:27 +0200 |
commit | c2230580c14b08877210a9c0bcfe6f4b0a806bf5 (patch) | |
tree | d78565a9ae80045f602e66005e4540fade80365a /lib/base.php | |
parent | b022ccb86371e774b63a8000f7ea2207c2da225e (diff) | |
download | nextcloud-server-c2230580c14b08877210a9c0bcfe6f4b0a806bf5.tar.gz nextcloud-server-c2230580c14b08877210a9c0bcfe6f4b0a806bf5.zip |
Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/base.php b/lib/base.php index 14f2439ecbd..e7ca51740c6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -51,10 +51,6 @@ class OC{ */ public static $CONFIG_DATADIRECTORY = ''; /** - * the folder that stores the data for the root filesystem (e.g. /srv/http/owncloud/data) - */ - public static $CONFIG_DATADIRECTORY_ROOT = ''; - /** * The installation path of the 3rdparty folder on the server (e.g. /srv/http/owncloud/3rdparty) */ public static $THIRDPARTYROOT = ''; |