diff options
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 4a17503..76c8856 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -253,6 +253,13 @@ $antispamQuestion = 'name of this application'; */ $antispamAnswer = 'semanticscuttle'; +/** + * Enable or disable user registration + * + * @var boolean + */ +$enableRegistration = true; + /*************************************************** |