mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
initial WIP for php8; bump php version requirement to 7.0
This commit is contained in:
@@ -731,7 +731,7 @@ class Handler_Public extends Handler {
|
||||
|
||||
if ($_SESSION["uid"]) {
|
||||
|
||||
$feed_url = trim(clean($_REQUEST["feed_url"]));
|
||||
$feed_url = clean($_REQUEST["feed_url"]);
|
||||
$csrf_token = clean($_POST["csrf_token"]);
|
||||
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
||||
Reference in New Issue
Block a user