Merge pull request #9818 from owncloud/fix-mount-file-config

Comment out mount_file config option
remotes/origin/fix-10825
Robin McCorkell 12 years ago
commit b5c2964070
  1. 2
      config/config.sample.php

@ -293,7 +293,7 @@ $CONFIG = array(
'asset-pipeline.enabled' => false,
/* where mount.json file should be stored, defaults to data/mount.json */
'mount_file' => '',
// 'mount_file' => 'data/mount.json',
/*
* Location of the cache folder, defaults to "data/$user/cache" where "$user" is the current user.

Loading…
Cancel
Save