From f29033f86c41349237a9619137207083ea43a371 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Nov 2010 19:30:00 +0300 Subject: fix OPML publishing (2) --- modules/pref-feeds.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 30046ddb9..68fb77172 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1446,11 +1446,6 @@ print ""; - if (!get_pref($link, "_PREFS_OPML_PUBLISH_KEY")){ - set_pref($link, "_PREFS_OPML_PUBLISH_KEY", - sha1(uniqid(rand(), true))); - } - print "

".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.'); print "

" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "
" . "

"; -- cgit v1.2.3-54-g00ecf