Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailDev committed May 11, 2016
1 parent f33c61d commit aa5b7d6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@
или

```php
'components' => [
...
'ftpFs' => [
'class' => 'creocoder\flysystem\FtpFilesystem',
'host' => 'host',
// 'port' => 21,
'username' => 'username',
'password' => 'password',
// 'ssl' => true,
// 'timeout' => 60,
//'root' => '/',
// 'permPrivate' => 0700,
// 'permPublic' => 0744,
// 'passive' => false,
// 'transferMode' => FTP_TEXT,
],
...
]
...
'root' => [
'class' => 'mihaildev\elfinder\flysystem\Volume',
Expand Down

0 comments on commit aa5b7d6

Please sign in to comment.