From 50b752c21e9f4d0e9153db091f5293c927cd1735 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Feb 2015 15:12:56 +0100 Subject: [PATCH] set registration to false --- inc/poche/config.inc.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 16b96f7e..09d3aa9a 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php @@ -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'); -- 2.41.0