diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-01-14 20:30:28 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-01-16 18:09:16 +0100 |
commit | a8f963d9cf5b243cae497450af78c20cbc367b4b (patch) | |
tree | fd23acd48a702fe247e81c25e1f98a6f214a30ae /config | |
parent | cb0fd30458c29db7667582b7c182b4d530366634 (diff) | |
download | nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.tar.gz nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.zip |
Spaces to tabs
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 33aafab5484..dafb536fa6f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -123,12 +123,12 @@ $CONFIG = array( 'path'=> '/var/www/owncloud/apps', 'url' => '/apps', 'writable' => true, - ), - ), - 'user_backends'=>array( - array( - 'class'=>'OC_User_IMAP', - 'arguments'=>array('{imap.gmail.com:993/imap/ssl}INBOX') - ) - ) + ), +), +'user_backends'=>array( + array( + 'class'=>'OC_User_IMAP', + 'arguments'=>array('{imap.gmail.com:993/imap/ssl}INBOX') + ) +) ); |