diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-14 15:12:56 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-14 15:12:56 +0100 |
commit | 50b752c21e9f4d0e9153db091f5293c927cd1735 (patch) | |
tree | bf082b69dd3fc1a5a6654efff594e2f69f485b65 /inc | |
parent | 054c9d8838e6d339f46d22f90655576fa1d1231d (diff) | |
download | wallabag-50b752c21e9f4d0e9153db091f5293c927cd1735.tar.gz wallabag-50b752c21e9f4d0e9153db091f5293c927cd1735.tar.zst wallabag-50b752c21e9f4d0e9153db091f5293c927cd1735.zip |
set registration to false
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/config.inc.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 16b96f7e..09d3aa9a 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -61,8 +61,8 @@ | |||
61 | @define ('PDF', FALSE); | 61 | @define ('PDF', FALSE); |
62 | 62 | ||
63 | // registration | 63 | // registration |
64 | @define ('ALLOW_REGISTER', FALSE); | ||
64 | @define ('SEND_CONFIRMATION_EMAIL', FALSE); | 65 | @define ('SEND_CONFIRMATION_EMAIL', FALSE); |
65 | @define ('ALLOW_REGISTER', TRUE); | ||
66 | 66 | ||
67 | // display or not print link in article view | 67 | // display or not print link in article view |
68 | @define ('SHOW_PRINTLINK', '1'); | 68 | @define ('SHOW_PRINTLINK', '1'); |