From fcaf04cad96aa8fe2937ec9def60e77c7f4bb795 Mon Sep 17 00:00:00 2001
From: Brice Maron <brice@bmaron.net>
Date: Thu, 21 Jun 2012 22:00:48 +0000
Subject: [PATCH] Add little more doc about app folders

---
 config/config.sample.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index c7c811345b..c4cb719796 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -96,6 +96,7 @@ $CONFIG = array(
 /* Set an array of path for your apps directories
  key 'path' is for the fs path an the key 'url' is for the http path to your
  applications paths. 'writable' indicate if the user can install apps in this folder.
+ You must have at least 1 app folder writable or you must set the parameter : appstoreenabled to false
 */
 	array(
 		'path'=> '/var/www/owncloud/apps',
-- 
GitLab