diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 10:42:44 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 10:42:44 -0400 |
commit | 98c020d954f6a8dac93c5e93309807c7a66456eb (patch) | |
tree | 365bad27d479d28e0aa58aa363f4b56ab8991b7a /config | |
parent | 29dab0846e8bf8926d47eb8fa4743f21f85dac9c (diff) | |
download | nextcloud-server-98c020d954f6a8dac93c5e93309807c7a66456eb.tar.gz nextcloud-server-98c020d954f6a8dac93c5e93309807c7a66456eb.zip |
Remove more accidentally added files
Diffstat (limited to 'config')
-rw-r--r-- | config/mount.sample.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/mount.sample.php b/config/mount.sample.php deleted file mode 100644 index 8943b6a7054..00000000000 --- a/config/mount.sample.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php return array( - 'global' => array( - '/' => array('class' => 'OC_Filestorage_Local', 'options' => array()) - ), - 'group' => array( - 'admin' => array('/$user/files/Admin Stuff' => array('class' => 'OC_Filestorage_Local', 'options' => array())) - ), - 'user' => array( - 'all' => array('/$user/files/Pictures' => array('class' => 'OC_Filestorage_DAV', 'options' => array())), - 'MTGap' => array('/$user/files/Test' => array('class' => 'OC_Filestorage_FTP', 'options' => array())) - ) - ); -?>
\ No newline at end of file |