diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-01-23 16:34:56 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-01-23 16:34:56 +0100 |
commit | 121691e90026dcfaaecef0a1db07d40cd43a9278 (patch) | |
tree | 43e5f079b926c7c79b265c1453c90a12c6f0486b /inc/poche/config.inc.default.php | |
parent | cdde19d6096c85a3ed9b9399482bcc04bb79583c (diff) | |
download | wallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.tar.gz wallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.tar.zst wallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.zip |
working on registration support
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index a159e713..3156b56c 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -31,7 +31,9 @@ | |||
31 | @define ('SSL_PORT', 443); | 31 | @define ('SSL_PORT', 443); |
32 | 32 | ||
33 | @define ('MODE_DEMO', FALSE); | 33 | @define ('MODE_DEMO', FALSE); |
34 | @define ('DEBUG_POCHE', FALSE); | 34 | @define ('DEBUG_POCHE', TRUE); |
35 | |||
36 | @define ('ALLOW_REGISTER', TRUE); | ||
35 | 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); |