summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJaime Pérez Crespo <jaime.perez@uninett.no>2016-08-17 15:56:01 +0200
committerGitHub <noreply@github.com>2016-08-17 15:56:01 +0200
commite20a75b3dab280fbfa0403d9c8f0ba3dab03f3d6 (patch)
treeaebd6c46a6162bbd7d155690b62bdcf1c20bac4a /docs
parent5f109426c48376d913f9a4d1efaa6c81b4e94414 (diff)
parent9d522c252ccac9ba2d8a15b7bf16559a80f046b4 (diff)
downloadsimplesamlphp-e20a75b3dab280fbfa0403d9c8f0ba3dab03f3d6.zip
simplesamlphp-e20a75b3dab280fbfa0403d9c8f0ba3dab03f3d6.tar.gz
simplesamlphp-e20a75b3dab280fbfa0403d9c8f0ba3dab03f3d6.tar.bz2
Merge pull request #429 from dnmvisser/module-enable
Update module docs
Diffstat (limited to 'docs')
-rw-r--r--docs/simplesamlphp-modules.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md
index 9ab6625..e52af5f 100644
--- a/docs/simplesamlphp-modules.md
+++ b/docs/simplesamlphp-modules.md
@@ -34,13 +34,13 @@ directories and files:
default-disable
: The presence of this file indicates that the module is disabled
- by default. This module can be enabled by creating a file named
- `enable` in the same directory.
+ by default. It can be enabled using the `module.enable`
+ option in `config.php`.
default-enable
: The presence of this file indicates that the module is enabled
- by default. This module can be disabled by creating a file named
- `disable` in the same directory.
+ by default. It can be disabled using the `module.enable`
+ option in `config.php`.
dictionaries
: This directory contains dictionaries which belong to this