Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-10-27 14:59:28 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-10-27 14:59:28 +0400
commit0c40a061e4925181101196d379137fb020924980 (patch)
tree85c5068f51d624852027109a5f580362e81baed1 /tests/preseed-config.php
parent9317039e0c664e78069b2ec2b3d11005aeca9103 (diff)
fix paths in preeseed-config.php
Diffstat (limited to 'tests/preseed-config.php')
-rw-r--r--tests/preseed-config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php
index fbf60ad2e28..7eadccbe769 100644
--- a/tests/preseed-config.php
+++ b/tests/preseed-config.php
@@ -5,13 +5,13 @@ $CONFIG = array (
array (
0 =>
array (
- 'path' => '/home/thomas/Development/owncloud/core/apps',
+ 'path' => OC::$SERVERROOT.'/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
- 'path' => '/home/thomas/Development/owncloud/core/apps2',
+ 'path' => OC::$SERVERROOT.'/apps2',
'url' => '/apps2',
'writable' => false,
)