X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.php;h=2dbf78b7d26564f51cf8552fae70304fe9f0ac66;hb=324944f3329b99e527f12c65e4a0e1358e8f180a;hp=f41d422396d0a853e3d192132d14dbe7d3fa0694;hpb=f3f67c1b53d2d93486fc3c57253b8af4d5e7a0c7;p=tt-rss.git diff --git a/tt-rss.php b/tt-rss.php index f41d4223..2dbf78b7 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -10,6 +10,8 @@ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); + init_connection($link); + login_sequence($link); $dt_add = get_script_dt_add();