From df83df5263db57056d0bd70edfa3b28e7b5e6b6b Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Thu, 14 Jun 2012 21:19:11 +0000 Subject: [PATCH] Correct sample config --- config/config.sample.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 5af5a6efc0..c7c811345b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -86,11 +86,11 @@ $CONFIG = array( /* Loglevel to start logging at. 0=DEBUG, 1=INFO, 2=WARN, 3=ERROR (default is WARN) */ "loglevel" => "", -/* Set this to false to disable the check for writable apps dir. - * If the apps dir is not writable, you can't download&install extra apps - * in the admin apps menu. +/* The directory where the user data is stored, default to data in the owncloud + * directory. The sqlite database is also stored here, when sqlite is used. */ // "datadirectory" => "", + "apps_paths" => array( /* Set an array of path for your apps directories @@ -103,9 +103,5 @@ $CONFIG = array( 'writable' => true, ), ), - -/* The directory where the user data is stored, default to data in the owncloud - * directory. The sqlite database is also stored here, when sqlite is used. - */ ); -?> +