fix wrong content-type of pref-feeds/add when subscribing through an external mechanism (closes #330)
This commit is contained in:
parent
7fc715a997
commit
add81ec7a7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue