Created
July 4, 2012 12:52
-
-
Save Raboo/3047179 to your computer and use it in GitHub Desktop.
owncloud external files config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php return array ( | |
'group' => array ( | |
'users' => array ( | |
'/$user/files/149999_w' => array ( 'class' => 'OC_Filestorage_Local', 'options' => array ( 'datadir' => '/mnt/w', ),), | |
), | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment