1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix OPML publishing (2)

This commit is contained in:
Andrew Dolgov
2010-11-08 19:30:00 +03:00
parent e5075c1023
commit f29033f86c
3 changed files with 6 additions and 7 deletions

View File

@@ -1446,11 +1446,6 @@
print "<button onclick=\"gotoExportOpml()\">".
__('Export OPML')."</button>";
if (!get_pref($link, "_PREFS_OPML_PUBLISH_KEY")){
set_pref($link, "_PREFS_OPML_PUBLISH_KEY",
sha1(uniqid(rand(), true)));
}
print "<p>".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.');
print "<div class=\"insensitive\">" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "</div>" . "</p>";