]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT
authorBart Visscher <bartv@thisnet.nl>
Wed, 9 May 2012 15:41:44 +0000 (17:41 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 10 May 2012 07:14:27 +0000 (09:14 +0200)
lib/base.php

index 14f2439ecbd199ab8f65d05944f9f489fd320adc..e7ca51740c6d1d298bf0ea886120c1685df19787 100644 (file)
@@ -50,10 +50,6 @@ class OC{
         * the folder that stores that data files for the filesystem of the user (e.g. /srv/http/owncloud/data/myusername/files)
         */
        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)
         */