mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 18:19:15 +00:00
fix wrong content-type of pref-feeds/add when subscribing through an external mechanism (closes #330)
This commit is contained in:
@@ -962,6 +962,7 @@
|
||||
$auth_pass = db_escape_string(trim($_POST["auth_pass"]));
|
||||
|
||||
if ($p_from != 'tt-rss') {
|
||||
header("Content-Type: text/html");
|
||||
print "<html>
|
||||
<head>
|
||||
<title>Tiny Tiny RSS</title>
|
||||
|
||||
Reference in New Issue
Block a user