aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-01-24 12:54:58 +0100
committerThomas Citharel <tcit@tcit.fr>2015-01-24 12:54:58 +0100
commit1fbef3bfb57b3f73e6817115f10b5876dd0e57ef (patch)
tree95880aa61cab135c7d66d827d63914a3ac8ed2bb /inc/poche/config.inc.default.php
parent121691e90026dcfaaecef0a1db07d40cd43a9278 (diff)
downloadwallabag-1fbef3bfb57b3f73e6817115f10b5876dd0e57ef.tar.gz
wallabag-1fbef3bfb57b3f73e6817115f10b5876dd0e57ef.tar.zst
wallabag-1fbef3bfb57b3f73e6817115f10b5876dd0e57ef.zip
resetting debug to false
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 3156b56c..000faf1c 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -31,7 +31,7 @@
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', TRUE); 34@define ('DEBUG_POCHE', FALSE);
35 35
36@define ('ALLOW_REGISTER', TRUE); 36@define ('ALLOW_REGISTER', TRUE);
37 37