set registration to false

This commit is contained in:
Thomas Citharel 2015-02-14 15:12:56 +01:00
parent 054c9d8838
commit 50b752c21e

View file

@ -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');