From: Nicolas LÅ“uillet Date: Thu, 3 Oct 2013 16:33:20 +0000 (+0200) Subject: change export link X-Git-Tag: 1.0.0~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=27a74816daa944aefd6353b75b94dea7036145aa;p=github%2Fwallabag%2Fwallabag.git change export link --- diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 37b7701c..00000000 --- a/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ -Options +FollowSymlinks -RewriteEngine On -RewriteRule ^dl/export_poche.json$ ?export [L] - -# Force download -RewriteCond %{QUERY_STRING} =export -RewriteRule ([^/]*)$ - [L,E=dl:$1] -Header onsuccess set Content-disposition "attachment; filename=%{dl}e" env=dl \ No newline at end of file diff --git a/themes/default/config.twig b/themes/default/config.twig index e849d03b..0f1aea80 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -76,5 +76,5 @@

{% trans "Export your poche datas" %}

-

{% trans "Click here" %} {% trans "to export your poche datas." %}

+

{% trans "Click here" %} {% trans "to export your poche datas." %}

{% endblock %} \ No newline at end of file