From ef7b7bbd55cae0927faad2cc865902e1d3ecf092 Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Fri, 9 Apr 2010 20:04:57 -0400 Subject: adding in the backend connection bits so that the dialog works --- modules/backend-rpc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/backend-rpc.php') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 6f70f07a5..b21e161e4 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -516,6 +516,16 @@ return; } + if ($subop == "regenOPMLKey") { + + print ""; + set_pref($link, " _PREFS_OPML_PUBLISH_KEY", generate_publish_key(), $_SESSION["uid"]); + $new_link = opml_publish_url($link); + print ""; + print ""; + return; + } + if ($subop == "logout") { logout_user(); print_error_xml(6); -- cgit v1.2.3-54-g00ecf