Commit bc48e7d8 authored by jkaberg's avatar jkaberg

proper indentation

parent 0bb257db
...@@ -33,11 +33,11 @@ if [ ! -f "/usr/local/lib/owncloud/config/config.php" ]; then ...@@ -33,11 +33,11 @@ if [ ! -f "/usr/local/lib/owncloud/config/config.php" ]; then
\ array ( \ array (
\ 0 => \ 0 =>
\ array ( \ array (
\ 'class' => 'OC_User_IMAP', \ 'class' => 'OC_User_IMAP',
\ 'arguments' => \ 'arguments' =>
\ array ( \ array (
\ 0 => '{localhost:993/imap/ssl/novalidate-cert}', \ 0 => '{localhost:993/imap/ssl/novalidate-cert}',
\ ), \ ),
\ ), \ ),
\ ), \ ),
\ "memcached_servers" => array ( \ "memcached_servers" => array (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment