Update admin_manual/custom_mount_config.rst

corrected missing '
This commit is contained in:
Gott
2013-01-26 19:32:05 +01:00
parent 530b11cab8
commit 026b344881

View File

@@ -98,7 +98,7 @@ Example
.. code-block:: php
array( 'class'=>'OC_Filestorage_FTP,
array( 'class'=>'OC_Filestorage_FTP',
'options'=>array (
'host'=>'ftp.myhost.com',
'user'=>'johndoe',
@@ -129,7 +129,7 @@ Example
.. code-block:: php
array( 'class'=>'OC_Filestorage_DAV,
array( 'class'=>'OC_Filestorage_DAV',
'options'=>array(
'host'=>'myhost.com/webdav.php',
'user'=>'johndoe',
@@ -159,7 +159,7 @@ Example
.. code-block:: php
array( 'class'=>'OC_Filestorage_SWIFT,
array( 'class'=>'OC_Filestorage_SWIFT',
'options'=>array(
'host'=>'swift.myhost.com/auth',
'user'=>'johndoe',
@@ -190,7 +190,7 @@ Example
.. code-block:: php
array( 'class'=>'OC_Filestorage_SMB,
array( 'class'=>'OC_Filestorage_SMB',
'options'=>array (
'host'=>'myhost.com',
'user'=>'johndoe',