From 98c020d954f6a8dac93c5e93309807c7a66456eb Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Mon, 30 Jul 2012 10:42:44 -0400 Subject: Remove more accidentally added files --- config/mount.sample.php | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/mount.sample.php (limited to 'config') 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 @@ - 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 -- cgit v1.2.3