diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 20:05:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 20:05:14 +0200 |
commit | 77dea8a23404b1df817421067e0678634406f13f (patch) | |
tree | f77d0ace4108788d2504f04aeaa9f1ba19a778cb /inc/poche | |
parent | 01c0e050ad8eca54f115dfa21db99e4f61ab7ca7 (diff) | |
download | wallabag-77dea8a23404b1df817421067e0678634406f13f.tar.gz wallabag-77dea8a23404b1df817421067e0678634406f13f.tar.zst wallabag-77dea8a23404b1df817421067e0678634406f13f.zip |
1.0 beta1
Diffstat (limited to 'inc/poche')
-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 930b31e5..321784d7 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -16,7 +16,7 @@ define ('STORAGE_SQLITE', './db/poche.sqlite'); | |||
16 | define ('STORAGE_USER', 'postgres'); # leave blank for sqlite | 16 | define ('STORAGE_USER', 'postgres'); # leave blank for sqlite |
17 | define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite | 17 | define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite |
18 | 18 | ||
19 | define ('POCHE_VERSION', '1.0-beta'); | 19 | define ('POCHE_VERSION', '1.0-beta1'); |
20 | define ('MODE_DEMO', FALSE); | 20 | define ('MODE_DEMO', FALSE); |
21 | define ('DEBUG_POCHE', FALSE); | 21 | define ('DEBUG_POCHE', FALSE); |
22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |