2012-03-22 18:56:19 +00:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'ftp'=>array(
|
|
|
|
'host'=>'localhost',
|
|
|
|
'user'=>'test',
|
|
|
|
'password'=>'test',
|
|
|
|
'root'=>'/test',
|
2012-03-23 17:54:38 +00:00
|
|
|
),
|
|
|
|
'webdav'=>array(
|
|
|
|
'host'=>'localhost',
|
|
|
|
'user'=>'test',
|
|
|
|
'password'=>'test',
|
|
|
|
'root'=>'/owncloud/files/webdav.php',
|
|
|
|
),
|
2012-03-22 18:56:19 +00:00
|
|
|
);
|