15 lines
249 B
PHP
15 lines
249 B
PHP
<?php
|
|
return array(
|
|
'ftp'=>array(
|
|
'host'=>'localhost',
|
|
'user'=>'test',
|
|
'password'=>'test',
|
|
'root'=>'/test',
|
|
),
|
|
'webdav'=>array(
|
|
'host'=>'localhost',
|
|
'user'=>'test',
|
|
'password'=>'test',
|
|
'root'=>'/owncloud/files/webdav.php',
|
|
),
|
|
);
|