|
|
@ -3,7 +3,7 @@ |
|
|
* for local filestore, we only have to map the paths |
|
|
* for local filestore, we only have to map the paths |
|
|
*/ |
|
|
*/ |
|
|
class OC_Filestorage_Local extends OC_Filestorage{ |
|
|
class OC_Filestorage_Local extends OC_Filestorage{ |
|
|
private $datadir; |
|
|
|
|
|
|
|
|
protected $datadir; |
|
|
private static $mimetypes=null; |
|
|
private static $mimetypes=null; |
|
|
public function __construct($arguments){ |
|
|
public function __construct($arguments){ |
|
|
$this->datadir=$arguments['datadir']; |
|
|
$this->datadir=$arguments['datadir']; |
|
|
|