]> git.wh0rd.org - tt-rss.git/blobdiff - modules/backend-rpc.php
rework login process, drop http auth
[tt-rss.git] / modules / backend-rpc.php
index 212ff552e432869e0f02a17895cf68bf5a1391c0..739a437395a5146f8bdba0ae4dc02c5e9e119419 100644 (file)
                                </rpc-reply>";
 
                }
+
+               if ($subop == "logout") {
+                       logout_user();
+                       print_error_xml(6);
+               }
+
        }
 ?>