diff options
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'); |