aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 15:51:48 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 15:51:48 +0200
commit8d3275bee488d058c6ff0efe6e81d20a584d3709 (patch)
tree80b82707b6aecc5e29fa72cbdcf8ffe76ba8b7b4 /inc/poche/config.inc.php
parent7ce7ec4c942e0a3567858ad0ec8e654000b49a3f (diff)
downloadwallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.tar.gz
wallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.tar.zst
wallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.zip
multi user
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r--inc/poche/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index d0c686f0..a8a9c032 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -10,7 +10,7 @@
10 10
11define ('POCHE_VERSION', '1.0-beta'); 11define ('POCHE_VERSION', '1.0-beta');
12define ('MODE_DEMO', FALSE); 12define ('MODE_DEMO', FALSE);
13define ('DEBUG_POCHE', FALSE); 13define ('DEBUG_POCHE', TRUE);
14define ('CONVERT_LINKS_FOOTNOTES', FALSE); 14define ('CONVERT_LINKS_FOOTNOTES', FALSE);
15define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); 15define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
16define ('DOWNLOAD_PICTURES', FALSE); 16define ('DOWNLOAD_PICTURES', FALSE);