summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2014-11-17 02:50:42 +0100
committerChristoph Burschka2014-11-17 02:50:42 +0100
commit3b777154be68e82d19f7586acacf9e7eb96552fc (patch)
tree2c89f8569e5893723a1030d72a5715dfd38fd267
parentAdded Apache authentication (diff)
downloadejabberd-auth-php-3b777154be68e82d19f7586acacf9e7eb96552fc.tar.gz
htpasswd readme: Format codeblock.
-rw-r--r--plugins/htpasswd/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/htpasswd/README.md b/plugins/htpasswd/README.md
index 0b78bd6..a8985b0 100644
--- a/plugins/htpasswd/README.md
+++ b/plugins/htpasswd/README.md
@@ -22,7 +22,7 @@ Installation
This configuration must be entered into plugin_conf in config.php:
- 'plugin_conf' => [
- 'htpasswd_file' => '</path/to/htpasswd/file>',
- 'plain' => FALSE, // optional
- ]
+ 'plugin_conf' => [
+ 'htpasswd_file' => '</path/to/htpasswd/file>',
+ 'plain' => FALSE, // optional
+ ]