fix wrong content-type of pref-feeds/add when subscribing through an external mechanism (closes #330)

master
Andrew Dolgov 14 years ago
parent 7fc715a997
commit add81ec7a7

@ -962,6 +962,7 @@
$auth_pass = db_escape_string(trim($_POST["auth_pass"])); $auth_pass = db_escape_string(trim($_POST["auth_pass"]));
if ($p_from != 'tt-rss') { if ($p_from != 'tt-rss') {
header("Content-Type: text/html");
print "<html> print "<html>
<head> <head>
<title>Tiny Tiny RSS</title> <title>Tiny Tiny RSS</title>

Loading…
Cancel
Save