1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

resetting debug to false

This commit is contained in:
Thomas Citharel 2015-01-24 12:54:58 +01:00
parent 121691e900
commit 1fbef3bfb5

View file

@ -31,7 +31,7 @@
@define ('SSL_PORT', 443); @define ('SSL_PORT', 443);
@define ('MODE_DEMO', FALSE); @define ('MODE_DEMO', FALSE);
@define ('DEBUG_POCHE', TRUE); @define ('DEBUG_POCHE', FALSE);
@define ('ALLOW_REGISTER', TRUE); @define ('ALLOW_REGISTER', TRUE);