aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php4
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);