From 9d522c252ccac9ba2d8a15b7bf16559a80f046b4 Mon Sep 17 00:00:00 2001 From: Dick Visser <dick.visser@geant.org> Date: Wed, 3 Aug 2016 16:59:30 +0200 Subject: [PATCH] Update module docs to use module enabling/disabling through configuration file rather than touching 'enable'/'disable' files inside module directories --- docs/simplesamlphp-modules.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md index 9ab66256a..e52af5fe7 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 -- GitLab