]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix warnings from building docs 391/head
authorJoas Schilling <coding@schilljs.com>
Wed, 13 Jul 2016 12:30:50 +0000 (14:30 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 13 Jul 2016 12:30:50 +0000 (14:30 +0200)
config/config.sample.php

index 9c938eedd6065ec97d2e8eb9673bc11271bf9583..ed482e7c9a0fb737814fcf70478e995769b07a8f 100644 (file)
@@ -59,6 +59,7 @@ $CONFIG = array(
  * domains prevents host header poisoning. Do not remove this, as it performs
  * necessary security checks.
  * You can specify:
+ *
  * - the exact hostname of your host or virtual host, e.g. demo.example.org.
  * - the exact hostname with permitted port, e.g. demo.example.org:443.
  *   This disallows all other ports on this host
@@ -823,7 +824,7 @@ $CONFIG = array(
  * defines the interval in minutes for the background job that checks user
  * existence and marks them as ready to be cleaned up. The number is always
  * minutes. Setting it to 0 disables the feature.
- * See command line (occ) methods ldap:show-remnants and user:delete
+ * See command line (occ) methods ``ldap:show-remnants`` and ``user:delete``
  */
 'ldapUserCleanupInterval' => 51,