]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
set registration to false
authorThomas Citharel <tcit@tcit.fr>
Sat, 14 Feb 2015 14:12:56 +0000 (15:12 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sat, 14 Feb 2015 14:12:56 +0000 (15:12 +0100)
inc/poche/config.inc.default.php

index 16b96f7e343979b6de2d1e44b82b4afee0727281..09d3aa9aeaaac404ff2e0ef961b3ab7574185f28 100755 (executable)
@@ -61,8 +61,8 @@
 @define ('PDF', FALSE);
 
 // registration
+@define ('ALLOW_REGISTER', FALSE);
 @define ('SEND_CONFIRMATION_EMAIL', FALSE);
-@define ('ALLOW_REGISTER', TRUE);
 
 // display or not print link in article view
 @define ('SHOW_PRINTLINK', '1');