]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
resetting debug to false
authorThomas Citharel <tcit@tcit.fr>
Sat, 24 Jan 2015 11:54:58 +0000 (12:54 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sat, 24 Jan 2015 11:54:58 +0000 (12:54 +0100)
inc/poche/config.inc.default.php

index 3156b56c8c634115e54e58de51c48d93046c0942..000faf1c5e62f0a2547808362a6dc0e1f4e813a5 100755 (executable)
@@ -31,7 +31,7 @@
 @define ('SSL_PORT', 443);
 
 @define ('MODE_DEMO', FALSE);
-@define ('DEBUG_POCHE', TRUE);
+@define ('DEBUG_POCHE', FALSE);
 
 @define ('ALLOW_REGISTER', TRUE);