X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2Fdefine.inc.php;h=2154ce8819f95aad7cb62802aa5c7481fdf4f95a;hb=679b6b85ad1f8c9110334101a1568510ad15891b;hp=80d1f29d386f66d9fd0397b567baa24438a2b228;hpb=57c91e427d20d520bc506bef52189a86d72a9255;p=github%2Fwallabag%2Fwallabag.git 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); define ('DOWNLOAD_PICTURES', FALSE); define ('SHARE_TWITTER', TRUE); define ('SHARE_MAIL', TRUE); -define ('SHARE_SHAARLI', TRUE); +define ('SHARE_SHAARLI', FALSE); define ('SHAARLI_URL', 'http://myshaarliurl.com'); define ('ABS_PATH', 'assets/'); define ('TPL', __DIR__ . '/../../tpl');