diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 19:49:17 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 19:49:17 +0200 |
commit | 1e0f9166cc9a9d99d48ac1d9b3159adb8a1f8c9c (patch) | |
tree | 32db84094d82b6424e73dd0b470ed1f6c5ad3a3f /inc/poche/define.inc.php | |
parent | 8340fedd6403e5ef68df443476a548ff0d241b67 (diff) | |
download | wallabag-1e0f9166cc9a9d99d48ac1d9b3159adb8a1f8c9c.tar.gz wallabag-1e0f9166cc9a9d99d48ac1d9b3159adb8a1f8c9c.tar.zst wallabag-1e0f9166cc9a9d99d48ac1d9b3159adb8a1f8c9c.zip |
set shaarli to false
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index 80d1f29d..2154ce88 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -22,7 +22,7 @@ define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | |||
22 | define ('DOWNLOAD_PICTURES', FALSE); | 22 | define ('DOWNLOAD_PICTURES', FALSE); |
23 | define ('SHARE_TWITTER', TRUE); | 23 | define ('SHARE_TWITTER', TRUE); |
24 | define ('SHARE_MAIL', TRUE); | 24 | define ('SHARE_MAIL', TRUE); |
25 | define ('SHARE_SHAARLI', TRUE); | 25 | define ('SHARE_SHAARLI', FALSE); |
26 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); | 26 | define ('SHAARLI_URL', 'http://myshaarliurl.com'); |
27 | define ('ABS_PATH', 'assets/'); | 27 | define ('ABS_PATH', 'assets/'); |
28 | define ('TPL', __DIR__ . '/../../tpl'); | 28 | define ('TPL', __DIR__ . '/../../tpl'); |