]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.default.php
Merge branch 'dev' into register
[github/wallabag/wallabag.git] / inc / poche / config.inc.default.php
index 0fd9bc0e513008c16e491d139c5bb60147038c62..e569dddd692c8c34e28f556fab120f50bf3309a4 100755 (executable)
@@ -33,6 +33,8 @@
 @define ('MODE_DEMO', FALSE);
 @define ('DEBUG_POCHE', FALSE);
 
+@define ('ALLOW_REGISTER', TRUE);
+
 //default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL.
 @define ('ERROR_REPORTING', E_ALL & ~E_NOTICE);