1
0
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:
Andrew Dolgov
2011-03-29 18:01:04 +04:00
parent 7fc715a997
commit add81ec7a7

View File

@@ -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>