working on registration support

This commit is contained in:
Thomas Citharel
2015-01-23 16:34:56 +01:00
parent cdde19d609
commit 121691e900
8 changed files with 72 additions and 3 deletions

View File

@ -31,7 +31,9 @@
@define ('SSL_PORT', 443);
@define ('MODE_DEMO', FALSE);
@define ('DEBUG_POCHE', FALSE);
@define ('DEBUG_POCHE', TRUE);
@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);