diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 10:03:59 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 10:03:59 +0200 |
commit | a12832488d7da2fc7caffae3b5a6b06a02912c67 (patch) | |
tree | ffff949c612a7fb823d5b2e2f29aa0a7a30afa8d /inc/poche/config.inc.php | |
parent | a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38 (diff) | |
download | wallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.tar.gz wallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.tar.zst wallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.zip |
update poche.sqlite
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index a16098d1..eb0c1bb5 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE_VERSION', '1.0-alpha'); | 11 | define ('POCHE_VERSION', '1.0-alpha'); |
12 | define ('MODE_DEMO', TRUE); | 12 | define ('MODE_DEMO', FALSE); |
13 | define ('DEBUG_POCHE', FALSE); | 13 | define ('DEBUG_POCHE', FALSE); |
14 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 14 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
15 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 15 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |