From 4410ca50354d245106e454a8eec08231509f2d1d Mon Sep 17 00:00:00 2001
From: Carla Schroder <carla@owncloud.com>
Date: Fri, 18 Sep 2015 08:46:12 -0700
Subject: [PATCH] add example for 3rdparty configuration

---
 config/config.sample.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 8949bd4446..51529cdb0c 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -609,7 +609,9 @@ $CONFIG = array(
 /**
  * ownCloud uses some 3rd party PHP components to provide certain functionality.
  * These components are shipped as part of the software package and reside in
- * ``owncloud/3rdparty``. Use this option to configure a different location.
+ * ``owncloud/3rdparty``. Use this option to configure a different location. 
+ * For example, if your location is /var/www/owncloud/foo/3rdparty, then the 
+ * correct configuration is '3rdpartyroot' => '/var/www/owncloud/foo/',
  */
 '3rdpartyroot' => '',
 
-- 
GitLab