diff options
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index e569dddd..7c27856d 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -33,8 +33,6 @@ | |||
33 | @define ('MODE_DEMO', FALSE); | 33 | @define ('MODE_DEMO', FALSE); |
34 | @define ('DEBUG_POCHE', FALSE); | 34 | @define ('DEBUG_POCHE', FALSE); |
35 | 35 | ||
36 | @define ('ALLOW_REGISTER', TRUE); | ||
37 | |||
38 | //default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL. | 36 | //default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL. |
39 | @define ('ERROR_REPORTING', E_ALL & ~E_NOTICE); | 37 | @define ('ERROR_REPORTING', E_ALL & ~E_NOTICE); |
40 | 38 | ||
@@ -63,6 +61,7 @@ | |||
63 | 61 | ||
64 | // registration | 62 | // registration |
65 | @define ('SEND_CONFIRMATION_EMAIL', TRUE); // TO BE CHANGED DEPENDING ON POLL | 63 | @define ('SEND_CONFIRMATION_EMAIL', TRUE); // TO BE CHANGED DEPENDING ON POLL |
64 | @define ('ALLOW_REGISTER', TRUE); | ||
66 | 65 | ||
67 | // display or not print link in article view | 66 | // display or not print link in article view |
68 | @define ('SHOW_PRINTLINK', '1'); | 67 | @define ('SHOW_PRINTLINK', '1'); |