diff options
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 0fd9bc0e..e569dddd 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -33,6 +33,8 @@ | |||
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 | |||
36 | //default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL. | 38 | //default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL. |
37 | @define ('ERROR_REPORTING', E_ALL & ~E_NOTICE); | 39 | @define ('ERROR_REPORTING', E_ALL & ~E_NOTICE); |
38 | 40 | ||